Skip to content
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

multiple_supertrait_upcastable lint example provides unknown_lints warning #112424

Closed
laralove143 opened this issue Jun 8, 2023 · 0 comments · Fixed by #114286
Closed

multiple_supertrait_upcastable lint example provides unknown_lints warning #112424

laralove143 opened this issue Jun 8, 2023 · 0 comments · Fixed by #114286
Labels
A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools

Comments

@laralove143
Copy link

Location

https://doc.rust-lang.org/rustc/lints/listing/allowed-by-default.html#example-15

Summary

multiple_supertrait_upcastable lint example is unexpectedly producing a unknown_lints warning

either #![feature(multiple_supertrait_upcastable)] should be added and the documentation should be ran in nightly if not already, or the lint should be made stable

@laralove143 laralove143 added the A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools label Jun 8, 2023
@bors bors closed this as completed in f59a560 Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant