-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Issues: rust-lang/rust
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Implement asymmetrical precedence for closures and jumps
A-pretty
Area: Pretty printing (including `-Z unpretty`)
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#134847
opened Dec 28, 2024 by
dtolnay
Loading…
Reduce precedence of expressions that have an outer attr
A-pretty
Area: Pretty printing (including `-Z unpretty`)
F-stmt_expr_attributes
`#![feature(stmt_expr_attributes)]`
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#134661
opened Dec 22, 2024 by
dtolnay
Loading…
A shebang is displaced in HIR & expanded outputs
A-pretty
Area: Pretty printing (including `-Z unpretty`)
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#134643
opened Dec 22, 2024 by
fluiderson
Error mentions invalid nested HRTB: Area: Messages for errors, warnings, and lints
A-higher-ranked
Area: Higher-ranked things (e.g., lifetimes, types, trait bounds aka HRTBs)
A-pretty
Area: Pretty printing (including `-Z unpretty`)
D-incorrect
Diagnostics: A diagnostic that is giving misleading or incorrect information.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
&mut for<'a> fn(for<'a> fn(&'a ()))
A-diagnostics
#134410
opened Dec 17, 2024 by
theemathas
ICE: Area: Pretty printing (including `-Z unpretty`)
C-bug
Category: This is a bug.
F-unboxed_closures
`#![feature(unboxed_closures)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
S-bug-has-test
Status: This bug is tracked inside the repo by a `known-bug` test.
S-has-bisection
Status: a bisection has been found for this issue
S-has-mcve
Status: A Minimal Complete and Verifiable Example has been found for this issue
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
range end index 2 out of range for slice of length 1
A-pretty
#133597
opened Nov 28, 2024 by
matthiaskrgr
Middle/pretty: Butchered output for opaque types with associated type bounds
A-diagnostics
Area: Messages for errors, warnings, and lints
A-impl-trait
Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.
A-pretty
Area: Pretty printing (including `-Z unpretty`)
C-bug
Category: This is a bug.
S-has-mcve
Status: A Minimal Complete and Verifiable Example has been found for this issue
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#127329
opened Jul 4, 2024 by
kmicklas
The extra newline in unpretty=hir
A-pretty
Area: Pretty printing (including `-Z unpretty`)
C-bug
Category: This is a bug.
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#125140
opened May 15, 2024 by
thomasyonug
An unexpected expanded result from procedural macro
A-pretty
Area: Pretty printing (including `-Z unpretty`)
A-proc-macros
Area: Procedural macros
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#125138
opened May 15, 2024 by
thomasyonug
-Zunpretty=hir
prints weirdly indented output for println!
A-pretty
#114000
opened Jul 24, 2023 by
fee1-dead
Diagnostics: Nested higher-ranked lifetimes are incorrectly printed
A-diagnostics
Area: Messages for errors, warnings, and lints
A-higher-ranked
Area: Higher-ranked things (e.g., lifetimes, types, trait bounds aka HRTBs)
A-lifetimes
Area: Lifetimes / regions
A-pretty
Area: Pretty printing (including `-Z unpretty`)
D-incorrect
Diagnostics: A diagnostic that is giving misleading or incorrect information.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#111365
opened May 8, 2023 by
fmease
Incorrect HIR pretty printing for Area: Pretty printing (including `-Z unpretty`)
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
if
/ else
A-pretty
#84493
opened Apr 23, 2021 by
tmiasko
Macro expansion moves comments around.
A-pretty
Area: Pretty printing (including `-Z unpretty`)
#75332
opened Aug 9, 2020 by
steffahn
Remove Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
A-pretty
Area: Pretty printing (including `-Z unpretty`)
A-proc-macro-back-compat
Area: Backwards compatibility hacks for proc macros
A-proc-macros
Area: Procedural macros
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
fn pretty_printing_compatibility_hack
A-macros
#73933
opened Jul 1, 2020 by
petrochenkov
MIR dump const Allocation printing of large relocation ids
A-const-eval
Area: Constant evaluation, covers all const contexts (static, const fn, ...)
A-MIR
Area: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.html
A-pretty
Area: Pretty printing (including `-Z unpretty`)
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#70339
opened Mar 23, 2020 by
oli-obk
Constants in MIR dumps are too verbose
A-MIR
Area: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.html
A-pretty
Area: Pretty printing (including `-Z unpretty`)
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#70328
opened Mar 23, 2020 by
oli-obk
Print comments in MIR dumps aligned to the longest line
A-MIR
Area: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.html
A-pretty
Area: Pretty printing (including `-Z unpretty`)
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#70327
opened Mar 23, 2020 by
oli-obk
--pretty=expanded fails after calling cbindgen in cdylib crate
A-pretty
Area: Pretty printing (including `-Z unpretty`)
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#68333
opened Jan 18, 2020 by
cwfitzgerald
Macro expansion of rental! macro using --pretty=expanded generates uncompilable code
A-pretty
Area: Pretty printing (including `-Z unpretty`)
C-bug
Category: This is a bug.
#67787
opened Jan 1, 2020 by
mattfs
Printing of closure types and MIR closure constructors
A-closures
Area: Closures (`|…| { … }`)
A-MIR
Area: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.html
A-pretty
Area: Pretty printing (including `-Z unpretty`)
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#66869
opened Nov 29, 2019 by
oli-obk
Assert panic is difficult to read for long expressions
A-diagnostics
Area: Messages for errors, warnings, and lints
A-pretty
Area: Pretty printing (including `-Z unpretty`)
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#61449
opened Jun 2, 2019 by
jyn514
HIR printing of Area: Async & Await
A-HIR
Area: The high-level intermediate representation (HIR)
A-pretty
Area: Pretty printing (including `-Z unpretty`)
AsyncAwait-Triaged
Async-await issues that have been triaged during a working group meeting.
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
async fn
is broken
A-async-await
#60661
opened May 9, 2019 by
oli-obk
Cycle error from pretty printer with RUST_LOG
A-pretty
Area: Pretty printing (including `-Z unpretty`)
C-bug
Category: This is a bug.
I-cycle
Issue: A query cycle occurred while none was expected
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#59985
opened Apr 15, 2019 by
davidtwco
Document and clean up ty::print some more.
A-pretty
Area: Pretty printing (including `-Z unpretty`)
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#59189
opened Mar 14, 2019 by
eddyb
Stabilize -Zunpretty=expanded
A-pretty
Area: Pretty printing (including `-Z unpretty`)
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#43364
opened Jul 20, 2017 by
joshtriplett
Pretty-printer inserts an extra newline before the first match arm if it has a comment
A-pretty
Area: Pretty printing (including `-Z unpretty`)
C-bug
Category: This is a bug.
#37199
opened Oct 15, 2016 by
petrochenkov
Previous Next
ProTip!
Find all open issues with in progress development work with linked:pr.