]> git.lizzy.rs Git - rust.git/blob - tests/ui/typeck/no-type-for-node-ice.rs
Auto merge of #107843 - bjorn3:sync_cg_clif-2023-02-09, r=bjorn3
[rust.git] / tests / 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 }