rust/src/test/ui/no-type-for-node-ice.stderr

10 lines
250 B
Plaintext

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`.