]> git.lizzy.rs Git - rust.git/blob - src/test/ui/no-type-for-node-ice.stderr
Rollup merge of #65389 - ecstatic-morse:zero-sized-array-no-drop, r=eddyb
[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:4:8
3    |
4 LL |     "".homura[""];
5    |        ^^^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0609`.