Taint more aggressively in astconv
This commit is contained in:
parent
af7f8f9811
commit
55cab535e7
14 changed files with 43 additions and 101 deletions
|
@ -4,7 +4,6 @@ pub struct Foo<'a, 'b, T> {
|
|||
field1: dyn Bar<'a, 'b,>,
|
||||
//~^ ERROR
|
||||
//~| ERROR
|
||||
//~| ERROR
|
||||
}
|
||||
|
||||
pub trait Bar<'x, 's, U>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue