File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -2399,6 +2399,10 @@ The currently implemented features of the reference compiler are:
2399
2399
ways insufficient for concatenating identifiers, and may be
2400
2400
removed entirely for something more wholesome.
2401
2401
2402
+ * ` custom_attribute ` - Allows the usage of attributes unknown to the compiler
2403
+ so that new attributes can be added in a bacwards compatible
2404
+ manner (RFC 572).
2405
+
2402
2406
* ` intrinsics ` - Allows use of the "rust-intrinsics" ABI. Compiler intrinsics
2403
2407
are inherently unstable and no promise about them is made.
2404
2408
@@ -2459,6 +2463,9 @@ The currently implemented features of the reference compiler are:
2459
2463
implemented very poorly and will likely change significantly
2460
2464
with a proper implementation.
2461
2465
2466
+ * ` rustc_attrs ` - Gates internal ` #[rustc_*] ` attributes which may be
2467
+ for internal use only or have meaning added to them in the future.
2468
+
2462
2469
* ` rustc_diagnostic_macros ` - A mysterious feature, used in the implementation
2463
2470
of rustc, not meant for mortals.
2464
2471
You can’t perform that action at this time.
0 commit comments