Skip to content

Commit

Permalink
add .stderr file
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Feb 14, 2019
1 parent 9d2a0b9 commit cce2c89
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/test/ui/issues/issue-57979.stderr
@@ -0,0 +1,17 @@
error[E0666]: nested `impl Trait` is not allowed
--> $DIR/issue-57979.rs:39:61
|
LL | pub fn collect(_: impl IntoIterator<Item = impl Borrow<Data<impl AsRef<[u8]>>>>) {
| -----------------^^^^^^^^^^^^^^^^--
| | |
| | nested `impl Trait` here
| outer `impl Trait`

error[E0601]: `main` function not found in crate `issue_57979`
|
= note: consider adding a `main` function to `$DIR/issue-57979.rs`

error: aborting due to 2 previous errors

Some errors occurred: E0601, E0666.
For more information about an error, try `rustc --explain E0601`.

0 comments on commit cce2c89

Please sign in to comment.