mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
internal: cross-crate cov-marks
This commit is contained in:
parent
124123a53b
commit
0463d76a1f
12 changed files with 15 additions and 12 deletions
|
@ -2571,6 +2571,8 @@ trait BAD_TRAIT {
|
|||
|
||||
#[test]
|
||||
fn ignores_extern_items() {
|
||||
cov_mark::check!(extern_func_incorrect_case_ignored);
|
||||
cov_mark::check!(extern_static_incorrect_case_ignored);
|
||||
check_diagnostics(
|
||||
r#"
|
||||
extern {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue