Update the rust-lang/rust commit we test
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;