Organize trait test files
This commit is contained in:
parent
921ec4b3fc
commit
0d96a79fb8
288 changed files with 285 additions and 285 deletions
|
@ -1,21 +0,0 @@
|
|||
// run-pass
|
||||
#![allow(dead_code)]
|
||||
// pretty-expanded FIXME #23616
|
||||
|
||||
#![feature(negative_impls)]
|
||||
|
||||
struct TestType;
|
||||
|
||||
impl TestType {}
|
||||
|
||||
trait TestTrait {}
|
||||
|
||||
impl !Send for TestType {}
|
||||
|
||||
struct TestType2<T>(T);
|
||||
|
||||
impl<T> TestType2<T> {}
|
||||
|
||||
impl<T> !Send for TestType2<T> {}
|
||||
|
||||
fn main() {}
|
Loading…
Add table
Add a link
Reference in a new issue