]> git.lizzy.rs Git - rust.git/blob - src/test/ui/no-type-for-node-ice.stderr
Rollup merge of #55247 - peterjoel:peterjoel-prim-char-doc-example, r=joshtriplett
[rust.git] / src / test / ui / no-type-for-node-ice.stderr
1 error[E0609]: no field `homura` on type `&'static str`
2   --> $DIR/no-type-for-node-ice.rs:14:8
3    |
4 LL |     "".homura[""]; //~ no field `homura` on type `&'static str`
5    |        ^^^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0609`.