summaryrefslogtreecommitdiffstats
path: root/tests/ui/issues/issue-14721.stderr
blob: c71b0363eef642df324b4dcf68dee835c689c376 (plain)
1
2
3
4
5
6
7
8
9
error[E0609]: no field `desc` on type `&str`
  --> $DIR/issue-14721.rs:3:24
   |
LL |     println!("{}", foo.desc);
   |                        ^^^^ unknown field

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0609`.