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 63f10cc commit de36336Copy full SHA for de36336
compiler/rustc_attr_parsing/src/attributes/mod.rs
@@ -74,7 +74,7 @@ pub(crate) trait AttributeParser: Default + 'static {
74
pub(crate) trait SingleAttributeParser: 'static {
75
const PATH: &'static [Symbol];
76
77
- /// Caled when a duplicate attribute is found.
+ /// Called when a duplicate attribute is found.
78
///
79
/// `first_span` is the span of the first occurrence of this attribute.
80
// FIXME(jdonszelmann): default error
0 commit comments