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 d9680f5 commit 25f37fdCopy full SHA for 25f37fd
src/librustc_borrowck/bitslice.rs
@@ -8,6 +8,9 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
+// FIXME: move this to `rustc_data_structures` and potentially merge
12
+// with `bitvec` there.
13
+
14
use std::mem;
15
16
pub type Word = usize;
src/librustc_borrowck/indexed_set.rs
@@ -8,6 +8,8 @@
+// FIXME: move this to `rustc_data_structures`
use std::fmt;
use std::marker::PhantomData;
0 commit comments