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