Manishearth / compiletest-rs

An extraction of the compiletest utility from the Rust compiler
Apache License 2.0
216 stars 59 forks source link

Replace use of renamed -Zno-trans with -Zno-codegen #250

Closed jeremyBanks closed 2 years ago

jeremyBanks commented 2 years ago

This is for compatibility with the current version of the compiler, where using the Pretty mode produces an error from rustc.

error: unknown debugging option: `no-trans`