aboutsummaryrefslogtreecommitdiffstats
path: root/tests/repo/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/repo/mod.rs')
-rw-r--r--tests/repo/mod.rs6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/repo/mod.rs b/tests/repo/mod.rs
index 24b620c5..3964176d 100644
--- a/tests/repo/mod.rs
+++ b/tests/repo/mod.rs
@@ -8,10 +8,14 @@ use std::path::Path;
use tar::Archive;
use walkdir::DirEntry;
-const REVISION: &str = "52e3dffa50cfffdcfa145c0cc0ba48b49abc0c07";
+const REVISION: &str = "716394d6581b60c75cfdd88b8e5b876f2db88b62";
#[rustfmt::skip]
static EXCLUDE: &[&str] = &[
+ // Rustc loses some attributes
+ // https://github.com/rust-lang/rust/issues/84879
+ "src/test/ui/proc-macro/issue-81555.rs",
+
// Compile-fail expr parameter in const generic position: f::<1 + 2>()
"src/test/ui/const-generics/closing-args-token.rs",
"src/test/ui/const-generics/const-expression-parameter.rs",