Module errors

Source

Structs§

AddBoxNew 🔒
AddParen 🔒
AmbiguousPlus 🔒
AmbiguousRangePattern 🔒
ArrayBracketsInsteadOfSpaces 🔒
ArrayBracketsInsteadOfSpacesSugg 🔒
ArrayIndexInOffsetOf 🔒
AssignmentElseNotAllowed 🔒
AssociatedStaticItemNotAllowed 🔒
AsyncBlockIn2015 🔒
AsyncBoundModifierIn2015 🔒
AsyncFnIn2015 🔒
AsyncImpl 🔒
AsyncMoveBlockIn2015 🔒
AsyncMoveOrderIncorrect 🔒
AsyncUseBlockIn2015 🔒
AsyncUseOrderIncorrect 🔒
AtDotDotInStructPattern 🔒
AtInStructPattern 🔒
AttrAfterGeneric 🔒
AttrWithoutGenerics 🔒
AttributeOnParamType 🔒
AwaitSuggestion 🔒
BadAssocTypeBounds 🔒
BadItemKind 🔒
BadQPathStage2 🔒
BadReturnTypeNotationOutput 🔒
BadTypePlus 🔒
BinderAndPolarity 🔒
BinderBeforeModifiers 🔒
BoundsNotAllowedOnTraitAliases 🔒
BoxNotPat 🔒
BoxSyntaxRemoved 🔒
BracesForStructLiteral 🔒
CannotBeRawIdent 🔒
CannotBeRawLifetime 🔒
CatchAfterTry 🔒
CfgAttrBadDelim 🔒
ColonAsSemi 🔒
CommaAfterBaseStruct 🔒
ComparisonInterpretedAsGeneric 🔒
ComparisonOperatorsCannotBeChained 🔒
ComparisonOrShiftInterpretedAsGenericSugg 🔒
CompoundAssignmentExpressionInLet 🔒
ConstGenericWithoutBraces 🔒
ConstGenericWithoutBracesSugg 🔒
ConstGlobalCannotBeMutable 🔒
ConstLetMutuallyExclusive 🔒
CrDocComment 🔒
DefaultNotFollowedByItem 🔒
DoCatchSyntaxRemoved 🔒
DocCommentDoesNotDocumentAnything 🔒
DocCommentOnParamType 🔒
DotDotDot 🔒
DotDotDotForRemainingFields 🔒
DotDotDotRangeToPatternNotAllowed 🔒
DotDotDotRestPattern 🔒
DotDotRangeAttribute 🔒
DoubleColonInBound 🔒
DynAfterMut 🔒
EmptyExponentFloat 🔒
EnumPatternInsteadOfIdentifier 🔒
EnumStructMutuallyExclusive 🔒
EqFieldInit 🔒
ExpectedBindingLeftOfAt 🔒
ExpectedBuiltinIdent 🔒
ExpectedCommaAfterPatternField 🔒
ExpectedElseBlock 🔒
ExpectedEqForLetExpr 🔒
ExpectedExpressionFoundLet 🔒
ExpectedFnPathFoundFnKeyword 🔒
ExpectedIdentifier 🔒
ExpectedLabelFoundIdent 🔒
ExpectedMutOrConstInRawPointerType 🔒
ExpectedSemi 🔒
ExpectedStatementAfterOuterAttr 🔒
ExpectedStructField 🔒
ExpectedTraitInTraitImplFoundType 🔒
ExprRArrowCall 🔒
ExternCrateNameWithDashes 🔒
ExternCrateNameWithDashesSugg 🔒
ExternItemCannotBeConst 🔒
ExtraImplKeywordInTraitImpl 🔒
FieldExpressionWithGeneric 🔒
FloatLiteralRequiresIntegerPart 🔒
FloatLiteralUnsupportedBase 🔒
FnPointerCannotBeAsync 🔒
FnPointerCannotBeConst 🔒
FnPtrWithGenerics 🔒
FnPtrWithGenericsSugg 🔒
FnTraitMissingParen 🔒
FnTypoWithImpl 🔒
FoundExprWouldBeStmt 🔒
FunctionBodyEqualsExpr 🔒
FunctionBodyEqualsExprSugg 🔒
GenericArgsInPatRequireTurbofishSyntax 🔒
GenericParamsWithoutAngleBrackets 🔒
GenericParamsWithoutAngleBracketsSugg 🔒
GenericsInPath 🔒
GuardedStringSugg 🔒
HelpIdentifierStartsWithNumber 🔒
IfExpressionLetSomeSub 🔒
IfExpressionMissingCondition 🔒
IfExpressionMissingThenBlock 🔒
InInTypo 🔒
InappropriateDefault 🔒
InclusiveRangeExtraEquals 🔒
InclusiveRangeMatchArrow 🔒
InclusiveRangeNoEnd 🔒
IncorrectAwait 🔒
IncorrectParensTraitBounds 🔒
IncorrectParensTraitBoundsSugg 🔒
IncorrectSemicolon 🔒
IncorrectTypeOnSelf 🔒
IncorrectUseOfAwait 🔒
IncorrectUseOfUse 🔒
IncorrectVisibilityRestriction 🔒
InvalidAttrUnsafe 🔒
InvalidBlockMacroSegment 🔒
InvalidComparisonOperator 🔒
InvalidCurlyInLetElse 🔒
InvalidDigitLiteral 🔒
InvalidDynKeyword 🔒
InvalidExpressionInLetElse 🔒
InvalidLabel 🔒
InvalidLiteralSuffixOnTupleIndex 🔒
InvalidLogicalOperator 🔒
InvalidMetaItem 🔒
InvalidMetaItemQuoteIdentSugg 🔒
InvalidOffsetOf 🔒
InvalidPathSepInFnDefinition 🔒
InvalidVariableDeclaration 🔒
KeywordLifetime 🔒
KwBadCase 🔒
LabeledLoopInBreak 🔒
LeadingPlusNotSupported 🔒
LeftArrowOperator 🔒
LifetimeAfterMut 🔒
LifetimeInBorrowExpression 🔒
LifetimeInEqConstraint 🔒
LoopElseNotSupported 🔒
MacroExpandsToAdtField 🔒
MacroInvocationVisibility 🔒
MacroInvocationWithQualifiedPath 🔒
MacroNameRemoveBang 🔒
MacroRulesMissingBang 🔒
MacroRulesVisibility 🔒
MalformedCfgAttr 🔒
MalformedLoopLabel 🔒
MatchArmBodyWithoutBraces 🔒
MaybeComparison 🔒
MaybeMissingLet 🔒
MetaBadDelim 🔒
MetaBadDelimSugg 🔒
MismatchedClosingDelimiter 🔒
MisplacedReturnType 🔒
MissingCommaAfterMatchArm 🔒
MissingConstType 🔒
MissingDotDot 🔒
MissingExpressionInForLoop 🔒
MissingFnParams 🔒
MissingForInTraitImpl 🔒
MissingInInForLoop 🔒
MissingPlusBounds 🔒
MissingSemicolonBeforeArray 🔒
MissingTraitInTraitImpl 🔒
ModifierLifetime 🔒
MoveSelfModifier 🔒
MultipleWhereClauses 🔒
NeedPlusAfterTraitObjectLifetime 🔒
NestedAdt 🔒
NestedCVariadicType 🔒
NoDigitsLiteral 🔒
NoFieldsForFnCall 🔒
NonStringAbiLiteral 🔒
NotAsNegationOperator 🔒
OuterAttributeNotAllowedOnIfElse 🔒
ParenRangeSuggestion 🔒
ParenthesesInForHead 🔒
ParenthesesInForHeadSugg 🔒
ParenthesesInMatchPat 🔒
ParenthesesInMatchPatSugg 🔒
ParenthesesWithStructFields 🔒
ParenthesizedLifetime 🔒
PathSingleColon 🔒
PathTripleColon 🔒
PatternMethodParamWithoutBody 🔒
PatternOnWrongSideOfAt 🔒
PolarityAndModifiers 🔒
QuestionMarkInType 🔒
QuestionMarkInTypeSugg 🔒
RecoverImportAsUse 🔒
RemoveLet 🔒
RemoveParens 🔒
RepeatedMutInPattern 🔒
RequireColonAfterLabeledExpression 🔒
ReservedMultihash 🔒
ReservedString 🔒
ReturnTypesUseThinArrow 🔒
SelfArgumentPointer 🔒
SelfParamNotFirst 🔒
ShiftInterpretedAsGeneric 🔒
SingleColonImportPath 🔒
StaticWithGenerics 🔒
StructLiteralBodyWithoutPath 🔒
StructLiteralBodyWithoutPathSugg 🔒
StructLiteralNeedingParens 🔒
StructLiteralNeedingParensSugg 🔒
StructLiteralNotAllowedHere 🔒
StructLiteralNotAllowedHereSugg 🔒
SuffixedLiteralInAttribute 🔒
SuggAddMissingLetStmt 🔒
SuggEscapeIdentifier 🔒
SuggRemoveComma 🔒
SwitchRefBoxOrder 🔒
TernaryOperator 🔒
TildeAsUnaryOperator 🔒
TooManyHashes 🔒
TrailingVertNotAllowed 🔒
TraitAliasCannotBeAuto 🔒
TraitAliasCannotBeUnsafe 🔒
TransposeDynOrImpl 🔒
TransposeDynOrImplSugg 🔒
UnderscoreLiteralSuffix 🔒
UnexpectedConstInGenericParam 🔒
UnexpectedConstParamDeclaration 🔒
UnexpectedDefaultValueForLifetimeInGenericParameters 🔒
UnexpectedExpressionInPattern 🔒
UnexpectedIfWithIf 🔒
UnexpectedLifetimeInPattern 🔒
UnexpectedParenInRangePat 🔒
UnexpectedParenInRangePatSugg 🔒
UnexpectedSelfInGenericParameters 🔒
UnexpectedTokenAfterDot 🔒
UnexpectedTokenAfterLabel 🔒
UnexpectedTokenAfterLabelSugg 🔒
UnexpectedVertVertBeforeFunctionParam 🔒
UnexpectedVertVertInPattern 🔒
UnknownBuiltinConstruct 🔒
UnknownPrefix 🔒
UnknownTokenNull 🔒
UnknownTokenRepeat 🔒
UnknownTokenStart 🔒
UnmatchedAngle 🔒
UnmatchedAngleBrackets 🔒
UnsafeAttrOutsideUnsafe 🔒
UnsafeAttrOutsideUnsafeSuggestion 🔒
UseEmptyBlockNotSemi 🔒
UseEqInstead 🔒
VisibilityNotFollowedByItem 🔒
WhereClauseBeforeConstBody 🔒
WhereClauseBeforeConstBodySugg 🔒
WhereClauseBeforeTupleStructBody 🔒
WhereClauseBeforeTupleStructBodySugg 🔒
WhereOnGenerics 🔒
WrapInExplicitBlock 🔒
WrapInParens 🔒
WrapType 🔒

Enums§

AmbiguousMissingKwForItemSub 🔒
BadTypePlusSub 🔒
ComparisonOperatorsCannotBeChainedSugg 🔒
ExpectedIdentifierFound 🔒
ExpectedSemiSugg 🔒
HelpUseLatestEdition 🔒
IfExpressionMissingThenBlockSub 🔒
InvalidComparisonOperatorSub 🔒
InvalidLogicalOperatorSub 🔒
InvalidMutInPattern 🔒
InvalidVariableDeclarationSub 🔒
MatchArmBodyWithoutBracesSugg 🔒
MissingInInForLoopSub 🔒
MissingKeywordForItemDefinition 🔒
MoreThanOneCharNote 🔒
MoreThanOneCharSugg 🔒
NoBraceUnicodeSub 🔒
NotAsNegationOperatorSub 🔒
TokenSubstitution 🔒
TopLevelOrPatternNotAllowed 🔒
TopLevelOrPatternNotAllowedSugg 🔒
UnescapeError 🔒
UnexpectedConstParamDeclarationSugg 🔒
UnexpectedExpressionInPatternSugg 🔒
UnexpectedNonterminal 🔒
UnexpectedTokenAfterStructName 🔒
UnknownPrefixSugg 🔒
WrapInParentheses 🔒