summaryrefslogtreecommitdiffstats
path: root/src/test/ui/issues/issue-69130.rs
blob: 9552e8ec2a8761a7912e1994228f04acdeb0d20c (plain)
1
2
3
4
5
6
7
// 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() {}