From dfe4eef8fcea1f2154d9fcbcd945fbbcf8b4efe7 Mon Sep 17 00:00:00 2001 From: Seiichi Uchida Date: Sun, 19 Aug 2018 00:26:56 +0900 Subject: [PATCH] Remove an invalid attribute from a test This has become a parser error. --- tests/source/attrib.rs | 3 --- tests/target/attrib.rs | 3 --- 2 files changed, 6 deletions(-) diff --git a/tests/source/attrib.rs b/tests/source/attrib.rs index 708147f0e6f..3e61fe8f492 100644 --- a/tests/source/attrib.rs +++ b/tests/source/attrib.rs @@ -18,9 +18,6 @@ // Another comment -#[invalid attribute] -fn foo() {} - /// Blah blah blah. /// Blah blah blah. /// Blah blah blah. diff --git a/tests/target/attrib.rs b/tests/target/attrib.rs index 3880d9cb876..8f601f0b967 100644 --- a/tests/target/attrib.rs +++ b/tests/target/attrib.rs @@ -21,9 +21,6 @@ // Another comment -#[invalid attribute] -fn foo() {} - /// Blah blah blah. /// Blah blah blah. /// Blah blah blah.