Module syntax::attr
[−]
[src]
🔬 This is a nightly-only experimental API. (
rustc_private
)Reexports
pub use self::StabilityLevel::*; |
pub use self::ReprAttr::*; |
pub use self::IntType::*; |
Structs
Deprecation |
[ Experimental ]
|
RustcDeprecation |
[ Experimental ]
|
Stability |
[ Experimental ] Represents the #[stable], #[unstable] and #[rustc_deprecated] attributes. |
Enums
InlineAttr |
[ Experimental ]
|
IntType |
[ Experimental ]
|
ReprAttr |
[ Experimental ]
|
StabilityLevel |
[ Experimental ] The available stability levels. |
Traits
HasAttrs |
[ Experimental ]
|
Functions
cfg_matches |
[ Experimental ] Tests if a cfg-pattern matches the cfg set |
contains_extern_indicator |
[ Experimental ]
|
contains_name |
[ Experimental ]
|
find_crate_name |
[ Experimental ]
|
find_deprecation |
[ Experimental ] Find the deprecation attribute. |
find_export_name_attr |
[ Experimental ] Find the value of #[export_name=*] attribute and check its validity. |
find_inline_attr |
[ Experimental ] Determine what |
find_repr_attrs |
[ Experimental ] Parse #[repr(...)] forms. |
find_stability |
[ Experimental ] Find the first stability attribute. |
first_attr_value_str_by_name |
[ Experimental ]
|
is_known |
[ Experimental ]
|
is_used |
[ Experimental ]
|
list_contains_name |
[ Experimental ]
|
mark_known |
[ Experimental ]
|
mark_used |
[ Experimental ]
|
mk_attr_id |
[ Experimental ]
|
mk_attr_inner |
[ Experimental ] Returns an inner attribute with the given value. |
mk_attr_outer |
[ Experimental ] Returns an outer attribute with the given value. |
mk_list_item |
[ Experimental ]
|
mk_list_word_item |
[ Experimental ]
|
mk_name_value_item |
[ Experimental ]
|
mk_name_value_item_str |
[ Experimental ]
|
mk_spanned_attr_inner |
[ Experimental ] Returns an innter attribute with the given value and span. |
mk_spanned_attr_outer |
[ Experimental ] Returns an outer attribute with the given value and span. |
mk_spanned_list_item |
[ Experimental ]
|
mk_spanned_name_value_item |
[ Experimental ]
|
mk_spanned_word_item |
[ Experimental ]
|
mk_sugared_doc_attr |
[ Experimental ]
|
mk_word_item |
[ Experimental ]
|
requests_inline |
[ Experimental ] True if |