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 5e81d64 commit c9599c4Copy full SHA for c9599c4
compiler/rustc_codegen_llvm/src/consts.rs
@@ -29,7 +29,7 @@ pub fn const_alloc_to_llvm(cx: &CodegenCx<'ll, '_>, alloc: &Allocation) -> &'ll
29
let pointer_size = dl.pointer_size.bytes() as usize;
30
31
// Note: this function may call `inspect_with_uninit_and_ptr_outside_interpreter`,
32
- // so `range` must be within the bounds of `alloc` and not within a relocation.
+ // so `range` must be within the bounds of `alloc` and not contain or overlap a relocation.
33
fn append_chunks_of_init_and_uninit_bytes<'ll, 'a, 'b>(
34
llvals: &mut Vec<&'ll Value>,
35
cx: &'a CodegenCx<'ll, 'b>,
0 commit comments