mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 15:15:24 +00:00
Merge pull request #18490 from ShoyuVanilla/dyn-compat-rename
minor: Rename `dyn compatible` to `dyn-compatible`
This commit is contained in:
commit
1042a8c22c
5 changed files with 9 additions and 8 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue