mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-06 20:28:33 +00:00
Change comment to FIXME
This commit is contained in:
parent
87be1bae73
commit
8aa2553b50
@ -378,7 +378,9 @@ impl MetaItem {
|
|||||||
_ => path.span.hi(),
|
_ => path.span.hi(),
|
||||||
};
|
};
|
||||||
let span = path.span.with_hi(hi);
|
let span = path.span.with_hi(hi);
|
||||||
// FIX THIS LATER
|
// FIXME: This parses `unsafe()` not as unsafe attribute syntax in `MetaItem`,
|
||||||
|
// but as a parenthesized list. This (and likely `MetaItem`) should be changed in
|
||||||
|
// such a way that builtin macros don't accept extraneous `unsafe()`.
|
||||||
Some(MetaItem { unsafety: Safety::Default, path, kind, span })
|
Some(MetaItem { unsafety: Safety::Default, path, kind, span })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user