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