edition compatibility: No warning emitted for crate/macro of the same name #56684
Labels
A-edition-2018
Area: The 2018 edition
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
Originally reported upstream this code:
when compiled emits no warnings, but when compiled in the 2018 edition fails to compile.
This appears to have something to do with the fact that the
toml
crate has atoml
macro perhaps? It seems unclear!The text was updated successfully, but these errors were encountered: