Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix path of imports for Rust 2018 #36

Closed
qinsoon opened this issue Mar 26, 2020 · 1 comment
Closed

Fix path of imports for Rust 2018 #36

qinsoon opened this issue Mar 26, 2020 · 1 comment
Labels
C-enhancement Category: Enhancement

Comments

@qinsoon
Copy link
Member

qinsoon commented Mar 26, 2020

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>

rust-lang/rust#53130

@qinsoon qinsoon added the C-enhancement Category: Enhancement label Mar 26, 2020
@qinsoon
Copy link
Member Author

qinsoon commented Jun 5, 2020

This is done in #67.

@qinsoon qinsoon closed this as completed Jun 5, 2020
wenyuzhao referenced this issue in wenyuzhao/mmtk-core Sep 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: Enhancement
Projects
None yet
Development

No branches or pull requests

1 participant