blob: fc1ec7179d7b2e65b9d0ed3afa73d6f9a794e4ab (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0609]: no field `desc` on type `&str`
--> $DIR/str-no-field-desc-14721.rs:5:24
|
LL | println!("{}", foo.desc);
| ^^^^ unknown field
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0609`.
|