]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_feature/src/builtin_attrs.rs
Sort tests at compile time, not at startup
[rust.git] / compiler / rustc_feature / src / builtin_attrs.rs
index 0487270b52a9aaad0e0dce49ac753a2c8ba84b98..7c063cdec529a41cfb609cc1f9d24862d2e2c6ed 100644 (file)
@@ -727,7 +727,7 @@ pub struct BuiltinAttribute {
          for reserving for `for<T> From<!> for T` impl"
     ),
     rustc_attr!(
-        rustc_test_marker, Normal, template!(Word), WarnFollowing,
+        rustc_test_marker, Normal, template!(NameValueStr: "name"), WarnFollowing,
         "the `#[rustc_test_marker]` attribute is used internally to track tests",
     ),
     rustc_attr!(