From 7d62280a713de08b361a08df077ff361b2e1fa99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Sun, 5 Apr 2020 18:25:47 +0300 Subject: Hide unit fn return types --- crates/ra_hir_ty/src/tests/coercion.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'crates/ra_hir_ty/src/tests/coercion.rs') diff --git a/crates/ra_hir_ty/src/tests/coercion.rs b/crates/ra_hir_ty/src/tests/coercion.rs index 3e3d55c04..b2c971f02 100644 --- a/crates/ra_hir_ty/src/tests/coercion.rs +++ b/crates/ra_hir_ty/src/tests/coercion.rs @@ -407,16 +407,16 @@ fn test() { [30; 31) 'x': &Foo [39; 41) '{}': () [52; 133) '{ ...oo); }': () - [58; 71) 'takes_ref_foo': fn takes_ref_foo(&Foo) -> () + [58; 71) 'takes_ref_foo': fn takes_ref_foo(&Foo) [58; 77) 'takes_...(&Foo)': () [72; 76) '&Foo': &Foo [73; 76) 'Foo': Foo - [83; 96) 'takes_ref_foo': fn takes_ref_foo(&Foo) -> () + [83; 96) 'takes_ref_foo': fn takes_ref_foo(&Foo) [83; 103) 'takes_...&&Foo)': () [97; 102) '&&Foo': &&Foo [98; 102) '&Foo': &Foo [99; 102) 'Foo': Foo - [109; 122) 'takes_ref_foo': fn takes_ref_foo(&Foo) -> () + [109; 122) 'takes_ref_foo': fn takes_ref_foo(&Foo) [109; 130) 'takes_...&&Foo)': () [123; 129) '&&&Foo': &&&Foo [124; 129) '&&Foo': &&Foo @@ -484,7 +484,7 @@ fn test() { [171; 178) 'loop {}': ! [176; 178) '{}': () [191; 236) '{ ... }); }': () - [197; 210) 'takes_ref_str': fn takes_ref_str(&str) -> () + [197; 210) 'takes_ref_str': fn takes_ref_str(&str) [197; 233) 'takes_...g() })': () [211; 232) '&{ ret...ng() }': &String [212; 232) '{ retu...ng() }': String -- cgit v1.2.3