Skip to content

Commit 52047f0

Browse files
committed
ignore-pretty on dyn trait test
1 parent 7ba4afc commit 52047f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/run-pass/dyn-trait.rs

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// ignore-pretty `dyn ::foo` parses differently in the current epoch
12+
1113
#![feature(dyn_trait)]
1214

1315
use std::fmt::Display;

0 commit comments

Comments
 (0)