Skip to content

Commit 9174136

Browse files
authored
Fix CI failure (#78)
1 parent d48ec2c commit 9174136

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
- run: cargo test --all-features
3030

3131
minrust:
32+
env:
33+
CARGO_NET_GIT_FETCH_WITH_CLI: true
3234
runs-on: ubuntu-latest
3335
steps:
3436
- uses: actions/checkout@v3

async-stream/tests/ui/yield_in_async.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ error[E0271]: type mismatch resolving `<[static generator@$DIR/tests/ui/yield_in
2121
7 | | };
2222
| |_________^ expected `()`, found integer
2323
|
24-
note: required by a bound in `from_generator`
24+
note: required by a bound in `std::future::from_generator`
2525
--> $RUST/core/src/future/mod.rs
2626
|
2727
| T: Generator<ResumeTy, Yield = ()>,
28-
| ^^^^^^^^^^ required by this bound in `from_generator`
28+
| ^^^^^^^^^^ required by this bound in `std::future::from_generator`

0 commit comments

Comments
 (0)