Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upLots of warnings: the type of this value must be known in this context #19637
Comments
|
This is rust-lang/rust#46906. In general, using a version other than the one specified in the At the moment, upgrading is blocked on #19519. |
|
Okay. I had upgraded rust, hoping that #[cfg()] on if statements would be implemented now ... Nevertheless, this issue should be fixed sooner or later. |
bors-servo
added a commit
that referenced
this issue
Jan 5, 2018
[Do not merge] Upgrade to rustc 1.24.0-nightly (0a3761e63 2018-01-03) Do not merge (yet), as this might bring #19519 back. Fixes #19635 Fixes #19637 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19683) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Jan 9, 2018
[Do not merge] Upgrade to rustc 1.24.0-nightly (0a3761e63 2018-01-03) Do not merge (yet), as this might bring #19519 back. Fixes #19635 Fixes #19637 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19683) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Jan 9, 2018
[Do not merge] Upgrade to rustc 1.24.0-nightly (0a3761e63 2018-01-03) Do not merge (yet), as this might bring #19519 back. Fixes #19635 Fixes #19637 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19683) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Jan 9, 2018
[Do not merge] Upgrade to rustc 1.24.0-nightly (0a3761e63 2018-01-03) Do not merge (yet), as this might bring #19519 back. Fixes #19635 Fixes #19637 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19683) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Jan 10, 2018
Upgrade to rustc 1.24.0-nightly (0a3761e63 2018-01-03) Fixes #19635 Fixes #19637 Fixes #19735 Fixes #19519 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19683) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi folks,
I'm getting a lot of warnings like this:
What does that mean ?
I'm using a pretty fresh rustc (updated few days ago) - did anything
vital change in the compiler/language ?
--mtx