]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-69130.rs
Require Drop impls to have the same constness on its bounds as the bounds on the...
[rust.git] / src / test / ui / issues / issue-69130.rs
1 // Issue 69130: character indexing bug in rustc_errors::CodeSuggestion::splice_lines().
2
3 enum F {
4 M (ยง& u8)}
5 //~^ ERROR unknown start of token
6 //~| missing lifetime specifier
7 fn main() {}