Update the rust-lang/rust commit we test
diff --git a/tests/clone.sh b/tests/clone.sh
index 0b6fe94..536d01b 100755
--- a/tests/clone.sh
+++ b/tests/clone.sh
@@ -2,7 +2,7 @@
 
 REMOTE=rust
 REPO=https://github.com/rust-lang/rust
-REV=9af8d42ec79558225043189e429e9d652ff89eab
+REV=80785a547d29519dbdb5781437ec318fb210b980
 
 set -euo pipefail
 cd "$(dirname "${BASH_SOURCE[0]}")"
diff --git a/tests/common/mod.rs b/tests/common/mod.rs
index a03c011..cc7039c 100644
--- a/tests/common/mod.rs
+++ b/tests/common/mod.rs
@@ -74,19 +74,13 @@
         // TODO better support for attributes
         "tests/rust/src/test/run-pass/cfg_stmt_expr.rs" |
         // TODO better support for attributes
-        //
-        //      impl Foo { #![a] }
-        "tests/rust/src/test/run-pass/inner-attrs-on-impl.rs" |
-        // TODO better support for attributes
         "tests/rust/src/test/run-pass/item-attributes.rs" |
-        // TODO feature(use_nested_groups)
-        //
-        //      use a::{B, D::{self, *, g::H}};
-        "tests/rust/src/test/run-pass/use-nested-groups.rs" |
         // Deprecated placement syntax
         "tests/rust/src/test/run-pass/new-box-syntax.rs" |
         // Deprecated placement syntax
         "tests/rust/src/test/run-pass/placement-in-syntax.rs" |
+        // TODO inclusive range syntax
+        "tests/rust/src/test/run-pass/range-inclusive-pattern-precedence.rs" |
         // TODO feature(extern_in_paths)
         //
         //      use extern::xcrate;