diff options
author | Florian Diebold <[email protected]> | 2020-07-11 15:29:09 +0100 |
---|---|---|
committer | Florian Diebold <[email protected]> | 2020-07-12 19:20:31 +0100 |
commit | 2a4166501d8990d3a489e89af3d92002540c288c (patch) | |
tree | f514e2c613df8f3a6569410bda37548e3f3d7e02 /crates/ra_hir_ty/src/traits/chalk | |
parent | 71d645101db8f3674ba5be4c55ac3732336ee4ba (diff) |
Remove built-in Unsize impls
They exist in Chalk now.
Diffstat (limited to 'crates/ra_hir_ty/src/traits/chalk')
-rw-r--r-- | crates/ra_hir_ty/src/traits/chalk/mapping.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_hir_ty/src/traits/chalk/mapping.rs b/crates/ra_hir_ty/src/traits/chalk/mapping.rs index 848cb6e7d..7bdb6264e 100644 --- a/crates/ra_hir_ty/src/traits/chalk/mapping.rs +++ b/crates/ra_hir_ty/src/traits/chalk/mapping.rs | |||
@@ -271,6 +271,7 @@ impl ToChalk for TypeCtor { | |||
271 | } | 271 | } |
272 | TypeCtor::Never => TypeName::Never, | 272 | TypeCtor::Never => TypeName::Never, |
273 | 273 | ||
274 | // FIXME convert these | ||
274 | TypeCtor::Adt(_) | 275 | TypeCtor::Adt(_) |
275 | | TypeCtor::Array | 276 | | TypeCtor::Array |
276 | | TypeCtor::FnPtr { .. } | 277 | | TypeCtor::FnPtr { .. } |