summaryrefslogtreecommitdiffstats
path: root/tests/ui/span/suggestion-non-ascii.rs
blob: 914efd85a0ce742c3d57a6875be8a9458ad65b81 (plain)
1
2
3
4
fn main() {
    let tup = (1,);
    println!("☃{}", tup[0]); //~ ERROR cannot index into a value of type
}