1
Fork 0

Stop removing substs from Adt type in coherence

This commit is contained in:
Michael Goulet 2024-03-29 21:21:41 -04:00
parent 5e2c549772
commit bc1f1ef2c8
3 changed files with 32 additions and 13 deletions

View file

@ -295,6 +295,8 @@ hir_analysis_not_supported_delegation =
{$descr} is not supported yet
.label = callee defined here
hir_analysis_only_current_traits_adt = `{$name}` is not defined in the current crate
hir_analysis_only_current_traits_arbitrary = only traits defined in the current crate can be implemented for arbitrary types
hir_analysis_only_current_traits_foreign = this is not defined in the current crate because this is a foreign trait