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

ices/82156.rs: fixed with errors #663

Merged
merged 1 commit into from
Feb 20, 2021
Merged

ices/82156.rs: fixed with errors #663

merged 1 commit into from
Feb 20, 2021

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#82156

fn main() {
    super();
}
=== stdout ===
=== stderr ===
error[E0433]: failed to resolve: there are too many leading `super` keywords
 --> /home/runner/work/glacier/glacier/ices/82156.rs:2:5
  |
2 |     super();
  |     ^^^^^ there are too many leading `super` keywords

error: aborting due to previous error

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

=== stdout ===
=== stderr ===
error[E0433]: failed to resolve: there are too many leading `super` keywords
 --> /home/runner/work/glacier/glacier/ices/82156.rs:2:5
  |
2 |     super();
  |     ^^^^^ there are too many leading `super` keywords

error: aborting due to previous error

For more information about this error, try `rustc --explain E0433`.
==============
@JohnTitor JohnTitor merged commit c303c5a into master Feb 20, 2021
@JohnTitor JohnTitor deleted the autofix/ices/82156.rs branch February 20, 2021 12:29
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