summaryrefslogtreecommitdiffstats
path: root/src/test/ui/typeck/no-type-for-node-ice.stderr
blob: b50241fb1a05957f2808ffa5505843476d6b296f (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[""];
   |        ^^^^^^

error: aborting due to previous error

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