Skip to content

Commit

Permalink
docs: document valid -Zdump kinds (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg authored Oct 19, 2024
1 parent dc2dc35 commit 8d9713a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/cli/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ pub struct UnstableFeatures {
#[arg(long)]
pub parse_yul: bool,
/// Print additional information about the compiler's internal state.
///
/// Valid kinds are `ast` and `hir`.
#[arg(long, value_name = "KIND[=PATHS...]")]
pub dump: Option<Dump>,

Expand Down

0 comments on commit 8d9713a

Please sign in to comment.