strange absolute paths warning if ed2018 crate is build with warn( rust_2018_compatibility) #56311
Labels
A-resolve
Area: Name resolution
P-high
High priority
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
Milestone
Cargo.toml:
src/main.rs
This produces the warning
but only if
rust_2018_compatibility
is warned about which is confusing.Maybe
rust_2018_compatibility
should be disabled if the crate is alreadyedition 2018
?This warning appeared first with
Probably related to #56262
The text was updated successfully, but these errors were encountered: