mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 23:30:35 +00:00
8 lines
195 B
Rust
8 lines
195 B
Rust
// 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() {}
|