Skip to content

Commit 90e4c13

Browse files
committed
output tree representation for thir-tree
1 parent e187f88 commit 90e4c13

File tree

5 files changed

+893
-4
lines changed

5 files changed

+893
-4
lines changed

compiler/rustc_middle/src/thir.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ use rustc_target::asm::InlineAsmRegOrRegClass;
2929
use std::fmt;
3030
use std::ops::Index;
3131

32+
pub mod print;
3233
pub mod visit;
3334

3435
macro_rules! thir_with_elements {

0 commit comments

Comments
 (0)