File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -1722,13 +1722,12 @@ mod bar {
1722
1722
pub type int8_t = i8;
1723
1723
~~~~
1724
1724
1725
- > ** Note:** In future versions of Rust, user-provided extensions to the compiler
1726
- > will be able to interpret attributes. When this facility is provided, the
1727
- > compiler will distinguish between language-reserved and user-available
1728
- > attributes .
1725
+ > ** Note:** At some point in the future, the compiler will distinguish between
1726
+ > language-reserved and user-available attributes. Until then, there is
1727
+ > effectively no difference between an attribute handled by a loadable syntax
1728
+ > extension and the compiler .
1729
1729
1730
- At present, only the Rust compiler interprets attributes, so all attribute names
1731
- are effectively reserved. Some significant attributes include:
1730
+ Some significant attributes include:
1732
1731
1733
1732
* The ` doc ` attribute, for documenting code in-place.
1734
1733
* The ` cfg ` attribute, for conditional-compilation by build-configuration (see
You can’t perform that action at this time.
0 commit comments