Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
parser
/
character-indexing-bug-in-splice-lines-69130.rs
blob: 90dffc99db7f5b2f53afe92bcb85c48e31fa146d [
file
] [
log
] [
blame
]
// Issue 69130: character indexing bug in rustc_errors::CodeSuggestion::splice_lines().
enum
F
{
M
(ยง&
u8
)}
//~^ ERROR unknown start of token
//~| ERROR missing lifetime specifier
fn
main
()
{}