mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-16 15:25:38 +00:00
Fix tests
This commit is contained in:
parent
f34b2469bd
commit
2c364f6e5a
5 changed files with 11 additions and 10 deletions
|
@ -297,6 +297,7 @@ impl Foo<str> {}
|
|||
//- /lib.rs crate:main deps:core
|
||||
fn foo(_: bool$0) {{}}
|
||||
//- /libcore.rs crate:core
|
||||
#![rustc_coherence_is_core]
|
||||
#[lang = "bool"]
|
||||
impl bool {}
|
||||
//^^^^
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue