add fixme suggested by eddyb
This commit is contained in:
parent
5e5a3d5867
commit
a8e4236edc
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user