]> git.lizzy.rs Git - rust.git/commitdiff
ignore-pretty on dyn trait test
authorManish Goregaokar <manishsmail@gmail.com>
Sun, 25 Feb 2018 02:02:33 +0000 (18:02 -0800)
committerManish Goregaokar <manishsmail@gmail.com>
Sun, 25 Feb 2018 02:02:33 +0000 (18:02 -0800)
src/test/run-pass/dyn-trait.rs

index d6ddb9b6008d7bc618c6ffc0b0c7c13d2fa1687b..fdec6a26ac945bace66b4fefb6303c506d9a6529 100644 (file)
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// ignore-pretty `dyn ::foo` parses differently in the current epoch
+
 #![feature(dyn_trait)]
 
 use std::fmt::Display;