Update tests
This commit is contained in:
parent
40878ca6ea
commit
c7519d42c2
276 changed files with 1049 additions and 234 deletions
|
@ -7,7 +7,7 @@ use std::ptr::NonNull;
|
|||
use std::rc::Rc;
|
||||
use std::sync::Arc;
|
||||
|
||||
trait Trait { fn dummy(&self) { } }
|
||||
trait Trait { fn dummy(&self) { } } //~ WARN method `dummy` is never used
|
||||
trait Mirror { type Image; }
|
||||
impl<T> Mirror for T { type Image = T; }
|
||||
struct ParamTypeStruct<T>(#[allow(dead_code)] T);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue