Merge pull request #18490 from ShoyuVanilla/dyn-compat-rename

minor: Rename `dyn compatible` to `dyn-compatible`
This commit is contained in:
Laurențiu Nicola 2024-11-07 14:21:40 +00:00 committed by GitHub
commit 1042a8c22c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 9 additions and 8 deletions

View file

@ -9371,7 +9371,7 @@ trait Compat$0 {}
---
Is Dyn compatible
Is dyn-compatible
"#]],
);
check(
@ -9393,7 +9393,7 @@ trait UnCompat$0 {
---
Is not Dyn compatible due to having a method `f` that is not dispatchable due to missing a receiver
Is not dyn-compatible due to having a method `f` that is not dispatchable due to missing a receiver
"#]],
);
check(