]> git.lizzy.rs Git - rust.git/blob - src/test/ui/typeck/no-type-for-node-ice.rs
Merge commit '7b73b60faca71d01d900e49831fcb84553e93019' into sync-rustfmt
[rust.git] / src / test / ui / typeck / 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 }