]> git.lizzy.rs Git - rust.git/blob - src/test/ui/span/suggestion-non-ascii.rs
Rollup merge of #87922 - Manishearth:c-enum-target-spec, r=nagisa,eddyb
[rust.git] / src / test / ui / span / suggestion-non-ascii.rs
1 fn main() {
2     let tup = (1,);
3     println!("☃{}", tup[0]); //~ ERROR cannot index into a value of type
4 }