summaryrefslogtreecommitdiff
path: root/tests/ui/issues/issue-14721.stderr
blob: f07bc7ad4f18b65d3c60302f84cd9d9f3a34ced5 (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 previous error

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