mmtk / mmtk-core

Memory Management ToolKit
https://www.mmtk.io
Other
377 stars 69 forks source link

Fix path of imports for Rust 2018 #36

Closed qinsoon closed 4 years ago

qinsoon commented 4 years ago

In GitLab by @caizixian on Dec 3, 2018, 09:57

warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the
2018 edition!
    = note: for more information, see issue #53130 <https://github.com/rust-lang/rust/issues/53130>

https://github.com/rust-lang/rust/issues/53130

qinsoon commented 4 years ago

This is done in https://github.com/mmtk/mmtk-core/pull/67.