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
test_experimental.rs:15:13: 15:38 error: use of experimental item
test_experimental.rs:15 let _ = test_experimental_crate::Struct { x: 1 };
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test_experimental.rs:11:8: 11:20 note: lint level defined here
test_experimental.rs:11 #[deny(experimental)];
^~~~~~~~~~~~
error: aborting due to previous error
The text was updated successfully, but these errors were encountered:
In file test_experimental.rs:
In file test_experimental_crate.rs:
Compiler issues this:
The text was updated successfully, but these errors were encountered: