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 9005c77 commit 4e0cb32Copy full SHA for 4e0cb32
src/tools/miri/tests/pass/dyn-star.rs
@@ -1,5 +1,8 @@
1
#![feature(dyn_star)]
2
#![allow(incomplete_features)]
3
+#![feature(custom_inner_attributes)]
4
+// rustfmt destroys `dyn* Trait` syntax
5
+#![rustfmt::skip]
6
7
use std::fmt::{Debug, Display};
8
0 commit comments