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

rustc --ls gives 'could not find metadata' error for missing file #6615

Closed
huonw opened this issue May 19, 2013 · 2 comments
Closed

rustc --ls gives 'could not find metadata' error for missing file #6615

huonw opened this issue May 19, 2013 · 2 comments
Labels
A-diagnostics Area: Messages for errors, warnings, and lints A-frontend Area: Compiler frontend (errors, parsing and HIR)

Comments

@huonw
Copy link
Member

huonw commented May 19, 2013

$ mkdir empty && cd empty
$ ls -a
.  ..
$ rustc --ls foo
could not find metadata in foo.

"No such file" would be nicer.

@metajack
Copy link
Contributor

Still happens. Seems like just a bug, so not nominating.

@thestinger
Copy link
Contributor

This is still an issue.

@bors bors closed this as completed in 3bf724e Mar 9, 2014
flip1995 pushed a commit to flip1995/rust that referenced this issue Feb 25, 2021
Fix vec_init_then_push false positives

changelog: Fix vec_init_then_push false positives

Fixes rust-lang#6615
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-diagnostics Area: Messages for errors, warnings, and lints A-frontend Area: Compiler frontend (errors, parsing and HIR)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants