We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1aad76 commit bebdb44Copy full SHA for bebdb44
src/libsyntax/util/map_in_place.rs
@@ -1,3 +1,5 @@
1
+// FIXME(Centril): Move to rustc_data_structures.
2
+
3
use smallvec::{Array, SmallVec};
4
use std::ptr;
5
0 commit comments