We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f407ae commit 1ffd21aCopy full SHA for 1ffd21a
compiler/rustc_middle/src/ty/consts/valtree.rs
@@ -11,7 +11,7 @@ use rustc_macros::HashStable;
11
/// `AllocId`s point to equal values. So we may end up with different representations for
12
/// two constants whose value is `&42`. Furthermore any kind of struct that has padding will
13
/// have arbitrary values within that padding, even if the values of the struct are the same.
14
-///
+///
15
/// `ValTree` does not have this problem with representation, as it only contains integers or
16
/// lists of values of itself.
17
pub enum ValTree<'tcx> {
0 commit comments