We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b9bd90 commit c4d564cCopy full SHA for c4d564c
compiler/rustc_middle/src/ty/consts/valtree.rs
@@ -14,7 +14,7 @@ use rustc_macros::HashStable;
14
/// have arbitrary values within that padding, even if the values of the struct are the same.
15
///
16
/// `ValTree` does not have this problem with representation, as it only contains integers or
17
-/// lists of values of itself.
+/// lists of (nested) `ValTree`.
18
pub enum ValTree<'tcx> {
19
/// ZSTs, integers, `bool`, `char` are represented as scalars.
20
/// See the `ScalarInt` documentation for how `ScalarInt` guarantees that equal values
0 commit comments