@@ -2368,7 +2368,7 @@ The currently implemented features of the reference compiler are:
2368
2368
removed entirely for something more wholesome.
2369
2369
2370
2370
* ` custom_attribute ` - Allows the usage of attributes unknown to the compiler
2371
- so that new attributes can be added in a bacwards compatible
2371
+ so that new attributes can be added in a backwards compatible
2372
2372
manner (RFC 572).
2373
2373
2374
2374
* ` custom_derive ` - Allows the use of ` #[derive(Foo,Bar)] ` as sugar for
@@ -2397,7 +2397,7 @@ The currently implemented features of the reference compiler are:
2397
2397
nasty hack that will certainly be removed.
2398
2398
2399
2399
* ` main ` - Allows use of the ` #[main] ` attribute, which changes the entry point
2400
- into a Rust program. This capabiilty is subject to change.
2400
+ into a Rust program. This capability is subject to change.
2401
2401
2402
2402
* ` macro_reexport ` - Allows macros to be re-exported from one crate after being imported
2403
2403
from another. This feature was originally designed with the sole
@@ -2453,7 +2453,7 @@ The currently implemented features of the reference compiler are:
2453
2453
is unintuitive and suboptimal.
2454
2454
2455
2455
* ` start ` - Allows use of the ` #[start] ` attribute, which changes the entry point
2456
- into a Rust program. This capabiilty , especially the signature for the
2456
+ into a Rust program. This capability , especially the signature for the
2457
2457
annotated function, is subject to change.
2458
2458
2459
2459
* ` struct_inherit ` - Allows using struct inheritance, which is barely
0 commit comments