blob: 7f5b78684fbc18a9011b7cd6585532a47594279b [file] [log] [blame]
error[E0110]: lifetime parameters are not allowed on this type
--> $DIR/E0110.rs:11:14
|
LL | type X = u32<'static>; //~ ERROR E0110
| ^^^^^^^ lifetime parameter not allowed
error: aborting due to previous error
For more information about this error, try `rustc --explain E0110`.