rustc_parse

Module errors

Source

Structsยง

AddBoxNew ๐Ÿ”’
AddParen ๐Ÿ”’
AmbiguousPlus ๐Ÿ”’
AmbiguousRangePattern ๐Ÿ”’
ArrayBracketsInsteadOfSpaces ๐Ÿ”’
ArrayBracketsInsteadOfSpacesSugg ๐Ÿ”’
ArrayIndexInOffsetOf ๐Ÿ”’
AssignmentElseNotAllowed ๐Ÿ”’
AssociatedStaticItemNotAllowed ๐Ÿ”’
AsyncBlockIn2015 ๐Ÿ”’
AsyncBoundModifierIn2015 ๐Ÿ”’
AsyncFnIn2015 ๐Ÿ”’
AsyncImpl ๐Ÿ”’
AsyncMoveBlockIn2015 ๐Ÿ”’
AsyncMoveOrderIncorrect ๐Ÿ”’
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 ๐Ÿ”’
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 ๐Ÿ”’
SingleColonStructType ๐Ÿ”’
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 ๐Ÿ”’