Skip to content

Commit

Permalink
Update RELEASES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronepower authored Sep 18, 2017
1 parent 045b4f1 commit f3c316d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Language
--------
- [Relaxed path syntax. You can now add type parameters to values][43540]
Example:
```
```rust
my_macro!(Vec<i32>::new); // Always worked
my_macro!(Vec::<i32>::new); // Now works
```
- [You can now use static references for literals.][43838]
Example:
```
```rust
fn main() {
let x: &'static u32 = 0;
}
Expand Down

0 comments on commit f3c316d

Please sign in to comment.