]> git.lizzy.rs Git - rust.git/blob - src/test/ui/typeck/no-type-for-node-ice.stderr
Auto merge of #98100 - bjorn3:use_object_for_bitcode_reading, r=wesleywiser
[rust.git] / src / test / ui / typeck / 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`.