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
2525 let Person { name , ref age } = person ;
2626 println! (" {} {}" , name , age );
2727 ```
28- - [ Macros that end with a semi-colon are now treated as statements even if they expand to nothing.] [ 78376 ]
2928
3029Compiler
3130-----------------------
@@ -73,10 +72,10 @@ Cargo
7372Compatibility Notes
7473-------------------
7574
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 ]
7777- [ Rustc will now check for the validity of some built-in attributes on enum variants.] [ 77015 ]
7878 Previously such invalid or unused attributes could be ignored.
79- Previously invalid or unused attributes were ignored.
8079
8180Internal Only
8281-------------
You can’t perform that action at this time.
0 commit comments