We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3204790 commit dda3445Copy full SHA for dda3445
RELEASES.md
@@ -5,11 +5,11 @@ Language
5
--------
6
- [Fixed using binary operations with `&{number}` (e.g. `&1.0`) not having
7
the type inferred correctly.][68129]
8
+- [Attributes such as `#[cfg()]` can now be used on `if` expressions.][69201]
9
10
**Syntax only changes**
11
- [Allow `type Foo: Ord` syntactically.][69361]
12
- [Fuse associated and extern items up to defaultness.][69194]
-- [Permit attributes on `if` expressions.][69201]
13
- [Syntactically allow `self` in all `fn` contexts.][68764]
14
- [Merge `fn` syntax + cleanup item parsing.][68728]
15
- [`item` macro fragments can be interpolated into `trait`s, `impl`s, and `extern` blocks.][69366]
0 commit comments