mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-30 12:07:40 +00:00
8 lines
170 B
Rust
8 lines
170 B
Rust
![]() |
// issue: rust-lang/rust#125081
|
||
|
|
||
|
fn main() {
|
||
|
let _: &str = 'β;
|
||
|
//~^ ERROR expected `while`, `for`, `loop` or `{` after a label
|
||
|
//~| ERROR mismatched types
|
||
|
}
|