diff options
| author | bors <bors@rust-lang.org> | 2015-09-08 01:02:06 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-09-08 01:02:06 +0000 |
| commit | d2a5b117c1933d16072e78bb9b58604984597fca (patch) | |
| tree | 817be853df3f638f4bb3dcfc4fa568392f572e23 /src/test | |
| parent | 7bf626a68045be1d1a4fac9a635113bb7775b6bb (diff) | |
| parent | 31310f5b65232ce9714f8f4c9ad066a97f7f20f4 (diff) | |
| download | rust-d2a5b117c1933d16072e78bb9b58604984597fca.tar.gz rust-d2a5b117c1933d16072e78bb9b58604984597fca.zip | |
Auto merge of #28246 - huonw:lang-tracking-issues, r=alexcrichton
This is similar to the libs version, which allow an `issue` field in the `#[unstable]` attribute. cc #28244
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/compile-fail/type-macros-fail.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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<T> { x: Id!(T) - //~^ ERROR: type macros are experimental (see issue: #27336) + //~^ ERROR: type macros are experimental (see issue #27336) } fn main() { |
