You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report. This looks to be due to a bad suggestion in the rust_2018_compatibility lints previously reported at rust-lang/rust#56327. You can remove the dyn keyword here and here to work around it, or not use the rust_2018_compatibility lints.
fu5ha
added a commit
to fu5ha/rendy
that referenced
this issue
Dec 7, 2018
Problem
Running
cargo fix
onrendy
fails on two files. Asks to report but with full output.Steps
Clone rustgd/rendy, run
cargo fix
.Notes
Output of
cargo version
: cargo 1.31.0 (339d9f9 2018-11-16)Full output: https://gist.github.com/termhn/f02fdee4b79563c47a1238a558a916aa
The text was updated successfully, but these errors were encountered: