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

ices/81193.rs: fixed with errors #723

Merged
merged 1 commit into from
Apr 23, 2021
Merged

ices/81193.rs: fixed with errors #723

merged 1 commit into from
Apr 23, 2021

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#81193

#![feature(associated_type_bounds)]
trait A<'a, 'b> {}
trait B<'a, 'b, 'c> {}
fn err<'u, 'a, F>()
where
    for<'b> F: Iterator<Item: for<'c> B<'a, 'b, 'c> + for<'c> A<'a, 'c>>,
{
}
=== stdout ===
=== stderr ===
error[E0601]: `main` function not found in crate `81193`
 --> /home/runner/work/glacier/glacier/ices/81193.rs:1:1
  |
1 | / #![feature(associated_type_bounds)]
2 | | trait A<'a, 'b> {}
3 | | trait B<'a, 'b, 'c> {}
4 | | fn err<'u, 'a, F>()
... |
7 | | {
8 | | }
  | |_^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/81193.rs`

error: aborting due to previous error

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

=== stdout ===
=== stderr ===
error[E0601]: `main` function not found in crate `81193`
 --> /home/runner/work/glacier/glacier/ices/81193.rs:1:1
  |
1 | / #![feature(associated_type_bounds)]
2 | | trait A<'a, 'b> {}
3 | | trait B<'a, 'b, 'c> {}
4 | | fn err<'u, 'a, F>()
... |
7 | | {
8 | | }
  | |_^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/81193.rs`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0601`.
==============
@JohnTitor JohnTitor merged commit 69c5ead into master Apr 23, 2021
@JohnTitor JohnTitor deleted the autofix/ices/81193.rs branch April 23, 2021 13:18
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