Sign in
rust
/
rust-lang
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
tests
/
ui
/
inference
/
str-as-char-butchered.rs
blob: 6020cd3422fda005486569e160334449d5d0bbb0 [
file
] [
log
] [
blame
]
// issue: rust-lang/rust#125081
fn
main
()
{
let
_
:
&
str
=
'β;
//~^ ERROR expected `while`, `for`, `loop` or `{` after a label
//~| ERROR mismatched types
}