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

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

Closed
bjorn3 opened this issue Dec 24, 2018 · 0 comments
Closed

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

bjorn3 opened this issue Dec 24, 2018 · 0 comments
Assignees
Labels
A-frontend Area: frontend (errors, parsing and HIR) A-NLL Area: Non Lexical Lifetimes (NLL) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@bjorn3
Copy link
Member

bjorn3 commented Dec 24, 2018

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

@Centril Centril added A-frontend Area: frontend (errors, parsing and HIR) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. A-NLL Area: Non Lexical Lifetimes (NLL) labels Dec 28, 2018
@matthewjasper matthewjasper self-assigned this Dec 29, 2018
Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this issue Jan 3, 2019
kennytm added a commit to kennytm/rust that referenced this issue Jan 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-frontend Area: frontend (errors, parsing and HIR) A-NLL Area: Non Lexical Lifetimes (NLL) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

3 participants