Skip to content

Commit 2b16728

Browse files
committed
Remove unsafe evolution diagnostics
These are added in PR dotnet#52839
1 parent ce29714 commit 2b16728

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

docs/csharp/misc/sorry-we-don-t-have-specifics-on-this-csharp-error.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ f1_keywords:
344344
- "CS8909" # function pointer
345345
- "CS8911" # function pointer
346346
# Coming in C# 15
347-
- "CS9343"
347+
- "CS9343" # misc
348348
- "CS9346"
349349
- "CS9347"
350350
- "CS9348"
@@ -360,16 +360,6 @@ f1_keywords:
360360
- "CS9357"
361361
- "CS9358"
362362
- "CS9359"
363-
# New unsafety
364-
- "CS9360"
365-
- "CS9361"
366-
- "CS9362"
367-
- "CS9363"
368-
- "CS9364"
369-
- "CS9365"
370-
- "CS9366"
371-
- "CS9367"
372-
- "CS9368"
373363
# Unions
374364
- "CS9369"
375365
- "CS9370"
@@ -378,10 +368,6 @@ f1_keywords:
378368
- "CS9373"
379369
- "CS9374"
380370
- "CS9375"
381-
# More new unsafety
382-
- "CS9376"
383-
- "CS9377"
384-
385371
helpviewer_keywords:
386372
- "errors [C#], additional information"
387373
---

0 commit comments

Comments
 (0)