Skip to content

Conversation

kaffarell
Copy link

@kaffarell kaffarell commented May 29, 2024

The --pretty and --xpretty arguments have been deprecated 1 and removed 2. They have been renamed to '-Zunpretty' and moved to nightly 3. This means that currently, with the default stable compiler this won't work. You will have to use nightly or wait until it is stabilized (which is an ongoing effort 4).

Footnotes

  1. https://github.com/rust-lang/rust/pull/21441

  2. https://github.com/rust-lang/rust/pull/83491

  3. https://github.com/rust-lang/rust/pull/27392

  4. https://github.com/rust-lang/rust/issues/43364

The `--pretty` and `--xpretty` arguments have been deprecated [0] and
removed [1]. They have been renamed to '-Zunpretty' and moved to
nightly [2]. This means that currently, with the default stable compiler
this won't work. You will have to use nightly or wait until it is
stabilized (which is an ongoing effort [3]).

[0]: rust-lang/rust#21441
[1]: rust-lang/rust#83491
[2]: rust-lang/rust#27392
[3]: rust-lang/rust#43364

Signed-off-by: Gabriel Goller <[email protected]>
@kaffarell kaffarell changed the title fix: removed deprecated rustc arguments fix: remove deprecated rustc arguments May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant