rust_2021_prelude_collisions
expands macro expressionsdyn
diagnostic<dyn Trait>::thing
without genericsSome of these are requiring adding move
to the closure.
dyn
span in proc macro:
dyn
span in yew html! proc-macro:
https://tiny.cc/oaaiuz/reg/vector-map-1.0.1/log.txt - closure capture inside proc-macro attribute expansion
try_from collision in proc-macro attribute exansion:
dyn
in macro_rulesdyn
in macro_rulesdyn
in macro_rulesdyn
in macro_rulesdyn
in macro_rulesdyn
in macro_rulesdyn
in macro_rulesdyn
in macro_rulesdyn
in macro_rulesdyn
in generated code:
...
in generated code:
dyn
fix changes computed idents in a proc-macro (tests are sensitive to the exact syntax)syn
that doesn't support dyn
syn
dyn
fix breaks macro_rules matcher patternsThese are errors due to bad suggestions in non-edition lints or problems with the package's code.
https://tiny.cc/oaaiuz/reg/nphysics2d-0.24.0/log.txt - Two different issues. one about ;
in macros (??), and one about non_fmt_panics
(filed https://github.com/rust-lang/rust/issues/88104).
https://tiny.cc/oaaiuz/reg/nphysics3d-0.24.0/log.txt - Same as nphysics2d.
https://tiny.cc/oaaiuz/gh/pjohansson.grafen/log.txt - unused_braces false-positive https://github.com/rust-lang/rust/issues/88104
https://tiny.cc/oaaiuz/gh/Buzov.StudyOfRust/log.txt - unused_variables
with unreachable code https://github.com/rust-lang/rust/issues/88402
https://tiny.cc/oaaiuz/gh/Kylebrown9.Slang/log.txt - unused_variables
for a nested struct pattern https://github.com/rust-lang/rust/issues/88403
rustfix stomping on registry cache https://github.com/rust-lang/rust/issues/88514
Normally these are because of unused imports being removed when they are in use inside a #[test]
build failed (unknown)
file:///tmp/fixit
!