Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into interlockedgeneric
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentoub committed Jul 18, 2024
2 parents 58e341d + 17bcc24 commit 1d192f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ namespace System
[DebuggerTypeProxy(typeof(SpanDebugView<>))]
[DebuggerDisplay("{ToString(),raw}")]
[NonVersionable]
#pragma warning disable SYSLIB1056 // Specified native type is invalid
[NativeMarshalling(typeof(ReadOnlySpanMarshaller<,>))]
#pragma warning restore SYSLIB1056 // Specified native type is invalid
[Intrinsic]
public readonly ref struct ReadOnlySpan<T>
{
Expand Down
2 changes: 0 additions & 2 deletions src/libraries/System.Private.CoreLib/src/System/Span.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ namespace System
[DebuggerTypeProxy(typeof(SpanDebugView<>))]
[DebuggerDisplay("{ToString(),raw}")]
[NonVersionable]
#pragma warning disable SYSLIB1056 // Specified native type is invalid
[NativeMarshalling(typeof(SpanMarshaller<,>))]
#pragma warning restore SYSLIB1056 // Specified native type is invalid
[Intrinsic]
public readonly ref struct Span<T>
{
Expand Down

0 comments on commit 1d192f9

Please sign in to comment.