Skip to content

The -Znll-subminimal-causes option is unused #57096

Closed
@bjorn3

Description

@bjorn3

https://github.com/rust-lang/rust/search?q=nll_subminimal_causes shows only:

nll_subminimal_causes: bool = (false, parse_bool, [UNTRACKED],
"when tracking region error causes, accept subminimal results for faster execution."),

The only usage of the option is in the test dropck_vec_cycle_checked.rs:

// compile-flags: -Z nll-subminimal-causes

Metadata

Metadata

Assignees

Labels

A-NLLArea: Non-lexical lifetimes (NLL)A-frontendArea: Compiler frontend (errors, parsing and HIR)T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions