Skip to content

Commit

Permalink
add fixme suggested by eddyb
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkfelix authored May 30, 2020
1 parent 5e5a3d5 commit a8e4236
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/librustc_span/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ impl Globals {

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

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

0 comments on commit a8e4236

Please sign in to comment.