This commit is contained in:
Dawer 2021-08-12 19:31:00 +05:00
parent de074fe636
commit 6c366ade00
4 changed files with 4 additions and 9 deletions

View file

@ -747,7 +747,7 @@ fn bar(worble: ()) ${0:-> ()} {
check_assist(
generate_function,
r#"
#[lang = "sized"] trait Sized {}
//- minicore: sized
trait Foo {}
fn foo() -> impl Foo {
todo!()
@ -757,7 +757,6 @@ fn baz() {
}
"#,
r#"
#[lang = "sized"] trait Sized {}
trait Foo {}
fn foo() -> impl Foo {
todo!()