We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5137af commit e6b30bdCopy full SHA for e6b30bd
src/librustc_incremental/calculate_svh/svh_visitor.rs
@@ -8,11 +8,6 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
-// FIXME (#14132): Even this SVH computation still has implementation
12
-// artifacts: namely, the order of item declaration will affect the
13
-// hash computation, but for many kinds of items the order of
14
-// declaration should be irrelevant to the ABI.
15
-
16
use self::SawExprComponent::*;
17
use self::SawAbiComponent::*;
18
use self::SawItemComponent::*;
0 commit comments