We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d73ec7 commit 179066eCopy full SHA for 179066e
compiler/rustc_attr_parsing/src/attributes/stability.rs
@@ -38,7 +38,7 @@ const ALLOWED_TARGETS: &[Target] = &[
38
Allow(Target::MacroDef),
39
Allow(Target::Crate),
40
Allow(Target::Mod),
41
- Allow(Target::Use),
+ Allow(Target::Use), // TODO I don't think this does anything?
42
Allow(Target::Const),
43
Allow(Target::AssocConst),
44
Allow(Target::AssocTy),
0 commit comments