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:
commit
d2a5b117c1
12 changed files with 139 additions and 104 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue