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 9887af5 commit fce6cd0Copy full SHA for fce6cd0
c2rust-refactor/src/lib.rs
@@ -1,3 +1,8 @@
1
+// Silence warnings and errors from the use of specialization below
2
+// which is an incomplete feature that rustc warns about.
3
+// TODO: switch to min_specialization, but that isn't a suitable
4
+// replacement yet.
5
+#![allow(incomplete_features)]
6
#![feature(
7
rustc_private,
8
trace_macros,
0 commit comments