2020-01-08 05:39:38 -06:00
|
|
|
error[E0749]: negative impls cannot have any items
|
|
|
|
--> $DIR/no-items.rs:8:5
|
|
|
|
|
|
|
|
|
LL | type Foo = i32;
|
2023-02-12 12:49:54 -06:00
|
|
|
| ^^^^^^^^
|
2020-01-08 05:39:38 -06:00
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2020-01-08 05:39:38 -06:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0749`.
|