You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0038]: the trait `Foo` cannot be made into an object
2
+
--> $DIR/foreign-dyn-error.rs:6:12
3
+
|
4
+
LL | let _: &dyn rpitit::Foo = todo!();
5
+
| ^^^^^^^^^^^^^^^^ `Foo` cannot be made into an object
6
+
|
7
+
note: for a trait to be "object safe" it needs to allow building a vtable to allow the call to be resolvable dynamically; for more information visit <https://doc.rust-lang.org/reference/items/traits.html#object-safety>
0 commit comments