We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab3457 commit 707cfd1Copy full SHA for 707cfd1
src/test/ui/collections-const-new.rs
@@ -4,7 +4,7 @@
4
// 1. Vec::new()
5
// 2. String::new()
6
// 3. BTreeMap::new()
7
-// 3. BTreeSet::new()
+// 4. BTreeSet::new()
8
9
#![feature(const_btree_new)]
10
0 commit comments