]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-14721.stderr
Require Drop impls to have the same constness on its bounds as the bounds on the...
[rust.git] / src / test / ui / issues / issue-14721.stderr
1 error[E0609]: no field `desc` on type `&str`
2   --> $DIR/issue-14721.rs:3:24
3    |
4 LL |     println!("{}", foo.desc);
5    |                        ^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0609`.