implement rustc_force_inline parser
This commit is contained in:
@@ -235,7 +235,8 @@ pub enum AttributeKind {
|
||||
|
||||
/// Represents [`#[repr]`](https://doc.rust-lang.org/stable/reference/type-layout.html#representations).
|
||||
Repr(ThinVec<(ReprAttr, Span)>),
|
||||
|
||||
/// Represents `#[rustc_force_inline]`
|
||||
RustcForceInline(Span, Option<Symbol>),
|
||||
/// Represents `#[stable]`, `#[unstable]` and `#[rustc_allowed_through_unstable_modules]`.
|
||||
Stability {
|
||||
stability: Stability,
|
||||
|
||||
Reference in New Issue
Block a user