We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 045b4f1 commit f3c316dCopy full SHA for f3c316d
RELEASES.md
@@ -5,13 +5,13 @@ Language
5
--------
6
- [Relaxed path syntax. You can now add type parameters to values][43540]
7
Example:
8
- ```
+ ```rust
9
my_macro!(Vec<i32>::new); // Always worked
10
my_macro!(Vec::<i32>::new); // Now works
11
```
12
- [You can now use static references for literals.][43838]
13
14
15
fn main() {
16
let x: &'static u32 = 0;
17
}
0 commit comments