No deprecation warning for method call on deprecated type alias #31848
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The following should emit a deprecation warning (
feature(deprecated)
)Type aliases can emit warnings, like in the following example, but I think it should warn as the use site too (marked "no warning"):
The text was updated successfully, but these errors were encountered: