Skip to content

Commit

Permalink
Avoid formatting dyn* test as rustftm doesn't understand it yet and j…
Browse files Browse the repository at this point in the history
…ust deletes code
  • Loading branch information
oli-obk committed Feb 21, 2023
1 parent 9005c77 commit 4e0cb32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tools/miri/tests/pass/dyn-star.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#![feature(dyn_star)]
#![allow(incomplete_features)]
#![feature(custom_inner_attributes)]
// rustfmt destroys `dyn* Trait` syntax
#![rustfmt::skip]

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

Expand Down

0 comments on commit 4e0cb32

Please sign in to comment.