Skip to content

Commit bb6b6ae

Browse files
authored
Update RELEASES.md
1 parent 4aaace9 commit bb6b6ae

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

RELEASES.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

3029
Compiler
3130
-----------------------
@@ -73,10 +72,10 @@ Cargo
7372
Compatibility 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

8180
Internal Only
8281
-------------

0 commit comments

Comments
 (0)