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
This commit is contained in:
bors 2015-09-08 01:02:06 +00:00
commit d2a5b117c1
12 changed files with 139 additions and 104 deletions

View file

@ -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() {