Compiler: Rename "object safe" to "dyn compatible"
This commit is contained in:
@@ -623,7 +623,7 @@ E0800: 0800,
|
||||
// E0314, // closure outlives stack frame
|
||||
// E0315, // cannot invoke closure outside of its lifetime
|
||||
// E0319, // trait impls for defaulted traits allowed just for structs/enums
|
||||
// E0372, // coherence not object safe
|
||||
// E0372, // coherence not dyn-compatible
|
||||
// E0385, // {} in an aliasable location
|
||||
// E0402, // cannot use an outer type parameter in this context
|
||||
// E0406, // merged into 420
|
||||
|
||||
Reference in New Issue
Block a user