]> git.lizzy.rs Git - rust.git/blob - tests/ui/const-generics/outer-lifetime-in-const-generic-default.stderr
Auto merge of #106458 - albertlarsan68:move-tests, r=jyn514
[rust.git] / tests / ui / const-generics / outer-lifetime-in-const-generic-default.stderr
1 error[E0771]: use of non-static lifetime `'a` in const generic
2   --> $DIR/outer-lifetime-in-const-generic-default.rs:4:17
3    |
4 LL |         let x: &'a ();
5    |                 ^^
6    |
7    = note: for more information, see issue #74052 <https://github.com/rust-lang/rust/issues/74052>
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0771`.