blob: 141fd27be364991952bafa18cc67f7d3995bce4d [file] [log] [blame]
error[E0107]: wrong number of lifetime arguments: expected 0, found 1
--> $DIR/issue-18423.rs:4:12
|
LL | x: Box<'a, isize>
| ^^ unexpected lifetime argument
error: aborting due to previous error
For more information about this error, try `rustc --explain E0107`.