summaryrefslogtreecommitdiffstats
path: root/src/test/ui/typeck/no-type-for-node-ice.rs
blob: d0cfdbf504deae43d07ae63ba300001c3c82a023 (plain)
1
2
3
4
5
// Related issues: #20401, #20506, #20614, #20752, #20829, #20846, #20885, #20886

fn main() {
    "".homura[""]; //~ no field `homura` on type `&'static str`
}