Skip to content

Commit e6b30bd

Browse files
Remove outdated comment about SVH.
1 parent a5137af commit e6b30bd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/librustc_incremental/calculate_svh/svh_visitor.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

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-
1611
use self::SawExprComponent::*;
1712
use self::SawAbiComponent::*;
1813
use self::SawItemComponent::*;

0 commit comments

Comments
 (0)