Skip to content

Commit

Permalink
Leave fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Dec 4, 2019
1 parent e2bbf06 commit 5cef094
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc/ty/constness.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 5cef094

Please sign in to comment.