We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b2b21 commit 2bccfebCopy full SHA for 2bccfeb
tests/ui/no-attribute-macro.stderr
@@ -1,8 +1,8 @@
1
error[E0038]: the trait `Trait` is not dyn compatible
2
- --> tests/ui/no-attribute-macro.rs:12:12
+ --> tests/ui/no-attribute-macro.rs:12:17
3
|
4
12 | let _: &dyn Trait;
5
- | ^^^^^^^^^^ `Trait` is not dyn compatible
+ | ^^^^^ `Trait` is not dyn compatible
6
7
note: for a trait to be dyn compatible it needs to allow building a vtable
8
for more information, visit <https://doc.rust-lang.org/reference/items/traits.html#dyn-compatibility>
0 commit comments