Skip to content

Commit

Permalink
Fix CI failure (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored Aug 14, 2022
1 parent d48ec2c commit 9174136
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- run: cargo test --all-features

minrust:
env:
CARGO_NET_GIT_FETCH_WITH_CLI: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions async-stream/tests/ui/yield_in_async.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ error[E0271]: type mismatch resolving `<[static generator@$DIR/tests/ui/yield_in
7 | | };
| |_________^ expected `()`, found integer
|
note: required by a bound in `from_generator`
note: required by a bound in `std::future::from_generator`
--> $RUST/core/src/future/mod.rs
|
| T: Generator<ResumeTy, Yield = ()>,
| ^^^^^^^^^^ required by this bound in `from_generator`
| ^^^^^^^^^^ required by this bound in `std::future::from_generator`

0 comments on commit 9174136

Please sign in to comment.