Skip to content

Commit c285c46

Browse files
committed
Fix error code
1 parent bd90b48 commit c285c46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/roslyn/Riverside.CompilerPlatform.SourceGenerators/IncrementalGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ public void Initialize(IncrementalGeneratorInitializationContext context)
251251
// Report exceptions that occur during generation
252252
sourceProductionContext.ReportDiagnostic(
253253
CreateDiagnostic(
254-
$"RX9999",
254+
$"RS9999",
255255
"Source Generation Error",
256256
$"An error occurred during source generation: {ex.Message}",
257257
DiagnosticSeverity.Error));

0 commit comments

Comments
 (0)