mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
minor: Rename dyn compatible
to dyn-compatible
This commit is contained in:
parent
f17a5bbfd0
commit
05e5f9e4fd
5 changed files with 9 additions and 8 deletions
|
@ -66,7 +66,7 @@ fn check_dyn_compatibility<'a>(
|
|||
});
|
||||
ControlFlow::Continue(())
|
||||
});
|
||||
assert_eq!(osvs, expected, "Dyn Compatibility violations for `{name}` do not match;");
|
||||
assert_eq!(osvs, expected, "dyn-compatibility violations for `{name}` do not match;");
|
||||
}
|
||||
|
||||
let remains: Vec<_> = expected.keys().collect();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue