summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0110.stderr
blob: a644ac92cefbfe5c0e1cef840c795b458d8b7849 (plain)
1
2
3
4
5
6
7
8
9
error[E0110]: lifetime arguments are not allowed on this entity
  --> $DIR/E0110.rs:1:14
   |
LL | type X = u32<'static>; //~ ERROR E0110
   |              ^^^^^^^ lifetime argument not allowed

error: aborting due to previous error

For more information about this error, try `rustc --explain E0110`.