]> git.lizzy.rs Git - rust.git/blob - src/test/ui/no-type-for-node-ice.rs
Sync rustc_codegen_cranelift 'ddd4ce25535cf71203ba3700896131ce55fde795'
[rust.git] / src / test / ui / no-type-for-node-ice.rs
1 // Related issues: #20401, #20506, #20614, #20752, #20829, #20846, #20885, #20886
2
3 fn main() {
4     "".homura[""]; //~ no field `homura` on type `&'static str`
5 }