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

Remove deprecated rustc arguments #29080

Closed
wants to merge 2 commits into from
Closed

Conversation

kaffarell
Copy link

Currently the :RustExpand command doesn't work because it uses non-existing arguments.
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).

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 <g.goller@proxmox.com>
Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
@kaffarell kaffarell changed the title Removed deprecated rustc arguments Remove deprecated rustc arguments May 29, 2024
@zeertzjq
Copy link
Member

This should go to https://github.com/rust-lang/rust.vim

@zeertzjq zeertzjq closed this May 29, 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.

2 participants