]> git.lizzy.rs Git - rust.git/blob - src/test/ui/no-type-for-node-ice.rs
Rollup merge of #65389 - ecstatic-morse:zero-sized-array-no-drop, r=eddyb
[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 }