Skip to content

Commit 5cef094

Browse files
committed
Leave fixme
1 parent e2bbf06 commit 5cef094

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc/ty/constness.rs

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

0 commit comments

Comments
 (0)