mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
8 lines
189 B
Rust
8 lines
189 B
Rust
|
// Issue 69130: character indexing bug in rustc_errors::CodeSuggestion::splice_lines().
|
||
|
|
||
|
enum F {
|
||
|
M (§& u8)}
|
||
|
//~^ ERROR unknown start of token
|
||
|
//~| missing lifetime specifier
|
||
|
fn main() {}
|