Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

defrost RUST_MIN_STACK=ice rustc hello.rs #125302

Merged
merged 3 commits into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
move rustc-rust-log test into ui/rustc-env
  • Loading branch information
workingjubilee committed May 20, 2024
commit def6b99b4a8e1362c9271e39de68e63cacac11ec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//@ dont-check-compiler-stdout
//@ dont-check-compiler-stderr
//@ compile-flags: --error-format human
//@ aux-build: rustc-rust-log-aux.rs
//@ aux-build: rust-log-aux.rs
//@ rustc-env:RUSTC_LOG=debug

fn main() {}