We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 177271f commit dd67fe1Copy full SHA for dd67fe1
src/test/compile-fail/trait-bounds-not-on-struct.rs
@@ -9,6 +9,7 @@
9
// except according to those terms.
10
11
#![feature(dyn_trait)]
12
+#![allow(bare_trait_object)]
13
14
struct Foo;
15
0 commit comments