summary refs log tree commit diff
path: root/src/test/ui/issue-18423.stderr
blob: 25406198193a4016b29be97c3f903cd07ed88241 (plain)
1
2
3
4
5
6
7
8
9
error[E0107]: wrong number of lifetime parameters: expected 0, found 1
  --> $DIR/issue-18423.rs:14:8
   |
LL |     x: Box<'a, isize> //~ ERROR wrong number of lifetime parameters
   |        ^^^^^^^^^^^^^^ unexpected lifetime parameter

error: aborting due to previous error

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