Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
suggestions
/
raw-c-string-prefix.rs
blob: 6af72df40242c2c57bf2fc5833681178f74387f8 [
file
] [
log
] [
blame
]
// `rc` and `cr` are easy to confuse; check that we issue a suggestion to help.
//@ edition:2021
fn
main
()
{
rc
"abc"
;
//~^ ERROR: prefix `rc` is unknown
//~| HELP: use `cr` for a raw C-string
//~| ERROR: expected one of
}