Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

ices/78922.rs: fixed with errors #742

Merged
merged 1 commit into from
May 6, 2021
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 6, 2021

Issue: rust-lang/rust#78922

fn main() {
    std::<0>
}
=== stdout ===
=== stderr ===
error[E0423]: expected value, found crate `std`
 --> /home/runner/work/glacier/glacier/ices/78922.rs:2:5
  |
2 |     std::<0>
  |     ^^^^^^^^ not a value

error: aborting due to previous error

For more information about this error, try `rustc --explain E0423`.
==============

=== stdout ===
=== stderr ===
error[E0423]: expected value, found crate `std`
 --> /home/runner/work/glacier/glacier/ices/78922.rs:2:5
  |
2 |     std::<0>
  |     ^^^^^^^^ not a value

error: aborting due to previous error

For more information about this error, try `rustc --explain E0423`.
==============
@Alexendoo Alexendoo merged commit 9189af0 into master May 6, 2021
@Alexendoo Alexendoo deleted the autofix/ices/78922.rs branch May 6, 2021 12:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants