add fixme suggested by eddyb

This commit is contained in:
Felix S Klock II 2020-05-30 08:19:35 -04:00 committed by GitHub
parent 5e5a3d5867
commit a8e4236edc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,10 @@ pub fn new(edition: Edition) -> 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 {