Fix tests

This commit is contained in:
Lukas Wirth 2023-03-14 19:36:28 +01:00
parent f34b2469bd
commit 2c364f6e5a
5 changed files with 11 additions and 10 deletions

View file

@ -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 {}
//^^^^