Skip to content

Commit 68a0acd

Browse files
pnkfelixMark-Simulacrum
authored andcommitted
add fixme suggested by eddyb
1 parent 5684eae commit 68a0acd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/librustc_span/lib.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,10 @@ impl Globals {
7777

7878
scoped_tls::scoped_thread_local!(pub static GLOBALS: Globals);
7979

80-
/// FIXME: Perhaps this should not implement Rustc{Decodable, Encodable}
80+
// FIXME: Perhaps this should not implement Rustc{Decodable, Encodable}
81+
//
82+
// FIXME: We should use this enum or something like it to get rid of the
83+
// use of magic `/rust/1.x/...` paths across the board.
8184
#[derive(Debug, Eq, PartialEq, Clone, Ord, PartialOrd, Hash, RustcDecodable, RustcEncodable)]
8285
#[derive(HashStable_Generic)]
8386
pub enum RealFileName {

0 commit comments

Comments
 (0)