Skip to content

Commit 4e0cb32

Browse files
committed
Avoid formatting dyn* test as rustftm doesn't understand it yet and just deletes code
1 parent 9005c77 commit 4e0cb32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tools/miri/tests/pass/dyn-star.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#![feature(dyn_star)]
22
#![allow(incomplete_features)]
3+
#![feature(custom_inner_attributes)]
4+
// rustfmt destroys `dyn* Trait` syntax
5+
#![rustfmt::skip]
36

47
use std::fmt::{Debug, Display};
58

0 commit comments

Comments
 (0)