mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-01 04:27:38 +00:00
9 lines
165 B
Rust
9 lines
165 B
Rust
![]() |
fn bug<'a>()
|
||
|
where
|
||
|
[(); { //~ ERROR mismatched types
|
||
|
let _: &'a (); //~ ERROR a non-static lifetime is not allowed in a `const`
|
||
|
}]:
|
||
|
{}
|
||
|
|
||
|
fn main() {}
|