Leave fixme

This commit is contained in:
Oliver Scherer 2019-12-04 01:51:26 +01:00
parent e2bbf0647a
commit 5cef094a72

View file

@ -109,6 +109,7 @@ pub fn provide(providers: &mut Providers<'_>) {
match tcx.fn_sig(def_id).abi() {
Abi::RustIntrinsic |
Abi::PlatformIntrinsic => {
// FIXME: deduplicate these two lists as much as possible
match tcx.item_name(def_id) {
// Keep this list in the same order as the match patterns in
// `librustc_mir/interpret/intrinsics.rs`