10 lines
334 B
Plaintext
10 lines
334 B
Plaintext
error[E0107]: wrong number of lifetime arguments: expected 0, found 1
|
|
--> $DIR/issue-18423.rs:4:12
|
|
|
|
|
LL | x: Box<'a, isize> //~ ERROR wrong number of lifetime arguments
|
|
| ^^ unexpected lifetime argument
|
|
|
|
error: aborting due to previous error
|
|
|
|
For more information about this error, try `rustc --explain E0107`.
|