-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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: misleading "add dyn keyword before derive macro" suggestion #106072
Conversation
(rustbot has picked a reviewer for you, use r? to override) |
This needs a UI test that demonstrates the fix: https://rustc-dev-guide.rust-lang.org/tests/ui.html @rustbot author |
This comment has been minimized.
This comment has been minimized.
@rustbot ready |
r? rust-lang/compiler |
fix: misleading "add dyn keyword before derive macro" suggestion Fixes rust-lang#106071
@eopb src/test -> tests |
Yes, tests have moved so this wont pass in ci |
This should be fixed now. |
@rustbot ready |
@bors r+ |
…iaskrgr Rollup of 8 pull requests Successful merges: - rust-lang#106072 (fix: misleading "add dyn keyword before derive macro" suggestion) - rust-lang#106859 (Suggestion for type mismatch when we need a u8 but the programmer wrote a char literal) - rust-lang#106863 (Remove various double spaces in compiler source comments.) - rust-lang#106865 (Add explanation comment for GUI test) - rust-lang#106867 (Fix the stability attributes for `std::os::fd`.) - rust-lang#106878 (Add regression test for rust-lang#92157) - rust-lang#106879 (Add regression test for rust-lang#42114) - rust-lang#106880 (doc: fix typo) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes #106071