From 31310f5b65232ce9714f8f4c9ad066a97f7f20f4 Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Fri, 4 Sep 2015 16:37:22 -0700 Subject: Allow tracking issues for lang features. This is similar to the libs version, which allow an `issue` field in the `#[unstable]` attribute. cc #28244 --- src/test/compile-fail/type-macros-fail.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test') diff --git a/src/test/compile-fail/type-macros-fail.rs b/src/test/compile-fail/type-macros-fail.rs index f854e540ee8..d51176a925d 100644 --- a/src/test/compile-fail/type-macros-fail.rs +++ b/src/test/compile-fail/type-macros-fail.rs @@ -14,7 +14,7 @@ macro_rules! Id { struct Foo { x: Id!(T) - //~^ ERROR: type macros are experimental (see issue: #27336) + //~^ ERROR: type macros are experimental (see issue #27336) } fn main() { -- cgit 1.4.1-3-g733a5