summaryrefslogtreecommitdiffstats
path: root/tests/ui/typeck/no-type-for-node-ice.stderr
blob: a79d6b600ebe53401eaf33fdf0c91e7a116c6556 (plain)
1
2
3
4
5
6
7
8
9
error[E0609]: no field `homura` on type `&'static str`
  --> $DIR/no-type-for-node-ice.rs:4:8
   |
LL |     "".homura[""];
   |        ^^^^^^ unknown field

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0609`.