Detect stability attributes on methods #8961
Labels
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-lint
Area: Lints (warnings about flaws in source code) such as unused_mut.
doesn't flag the use of
method
, since method calls are not in thedef_map
. As discussed in #8921, this will require passing themethod_map
from typeck into lint (or something along those lines).(Part of #6875.)
The text was updated successfully, but these errors were encountered: