File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ Language
25
25
let Person { name, ref age } = person;
26
26
println!("{} {}", name, age);
27
27
```
28
- - [Macros that end with a semi-colon are now treated as statements even if they expand to nothing.][78376]
29
28
30
29
Compiler
31
30
-----------------------
@@ -73,10 +72,10 @@ Cargo
73
72
Compatibility Notes
74
73
-------------------
75
74
76
- - [Demoted `i686-unknown-freebsd` to tier 2 support.][78746]
75
+ - [Demoted `i686-unknown-freebsd` from host tier 2 to target tier 2 support.][78746]
76
+ - [Macros that end with a semi-colon are now treated as statements even if they expand to nothing.][78376]
77
77
- [Rustc will now check for the validity of some built-in attributes on enum variants.][77015]
78
78
Previously such invalid or unused attributes could be ignored.
79
- Previously invalid or unused attributes were ignored.
80
79
81
80
Internal Only
82
81
-------------
You can’t perform that action at this time.
0 commit comments