blob: 914efd85a0ce742c3d57a6875be8a9458ad65b81 [file] [log] [blame]
fn main() {
let tup = (1,);
println!("☃{}", tup[0]); //~ ERROR cannot index into a value of type
}