diff options
author | Florian Diebold <flodiebold@gmail.com> | 2020-01-25 22:38:33 +0000 |
---|---|---|
committer | Florian Diebold <florian.diebold@freiheit.com> | 2020-02-07 17:28:10 +0000 |
commit | 16c69374471a0072541c21a5551b4fd97f7e12ba (patch) | |
tree | 72564c6b99eb6f1aaf44f740d654b1725daed0c2 /crates/ra_hir_ty/src/tests | |
parent | 93aa166748eef9560df2435391dc3f3b53f8262d (diff) |
Lower impl trait to variables, move away from using placeholders where they don't belong
Diffstat (limited to 'crates/ra_hir_ty/src/tests')
-rw-r--r-- | crates/ra_hir_ty/src/tests/simple.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir_ty/src/tests/simple.rs b/crates/ra_hir_ty/src/tests/simple.rs index fdab9c187..f1238506b 100644 --- a/crates/ra_hir_ty/src/tests/simple.rs +++ b/crates/ra_hir_ty/src/tests/simple.rs | |||
@@ -1220,7 +1220,7 @@ fn test() { | |||
1220 | } | 1220 | } |
1221 | 1221 | ||
1222 | #[test] | 1222 | #[test] |
1223 | fn infer_impl_generics() { | 1223 | fn infer_impl_generics_basic() { |
1224 | assert_snapshot!( | 1224 | assert_snapshot!( |
1225 | infer(r#" | 1225 | infer(r#" |
1226 | struct A<T1, T2> { | 1226 | struct A<T1, T2> { |