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 3325671 commit 2add77dCopy full SHA for 2add77d
src/librustc_feature/active.rs
@@ -61,7 +61,7 @@ macro_rules! declare_features {
61
match feature {
62
$( sym::$feature => &self.$feature, )*
63
64
- _ => panic!("{} was not defined in `declare_features`", feature),
+ _ => panic!("`{}` was not listed in `declare_features`", feature),
65
}
66
67
0 commit comments