Fixes: Rust supports overriding traits #20276
Annotations
6 warnings
Run DafnyCore Tests:
Source/DafnyCore/AST/TypeDeclarations/Declaration.cs#L30
Non-nullable field 'enclosingModuleName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Run DafnyCore Tests:
Source/DafnyCore/AST/TypeDeclarations/Declaration.cs#L37
Non-nullable field 'enclosingModuleName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
Source/DafnyCore/AST/TypeDeclarations/Declaration.cs#L30
Non-nullable field 'enclosingModuleName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
Source/DafnyCore/AST/TypeDeclarations/Declaration.cs#L37
Non-nullable field 'enclosingModuleName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
Source/DafnyCore/AST/TypeDeclarations/Declaration.cs#L30
Non-nullable field 'enclosingModuleName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
Source/DafnyCore/AST/TypeDeclarations/Declaration.cs#L37
Non-nullable field 'enclosingModuleName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading