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 e187f88 commit 90e4c13Copy full SHA for 90e4c13
compiler/rustc_middle/src/thir.rs
@@ -29,6 +29,7 @@ use rustc_target::asm::InlineAsmRegOrRegClass;
29
use std::fmt;
30
use std::ops::Index;
31
32
+pub mod print;
33
pub mod visit;
34
35
macro_rules! thir_with_elements {
0 commit comments