Skip to content

Commit a29f147

Browse files
committed
const_vec_new has been stabilized
1 parent 95acdf2 commit a29f147

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

promotion.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ promotion in this situation: all function calls are promoted, not just
142142
Promotion is *not* involved in something like this:
143143

144144
```rust
145-
#![feature(const_vec_new)]
146145
const EMPTY_BYTES: &Vec<u8> = &Vec::new();
147146

148147
const NESTED: &'static Vec<u8> = {

0 commit comments

Comments
 (0)