We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba4afc commit 52047f0Copy full SHA for 52047f0
src/test/run-pass/dyn-trait.rs
@@ -8,6 +8,8 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
+// ignore-pretty `dyn ::foo` parses differently in the current epoch
12
+
13
#![feature(dyn_trait)]
14
15
use std::fmt::Display;
0 commit comments