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 c46ae94 commit 073e366Copy full SHA for 073e366
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