File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 29
29
- run : cargo test --all-features
30
30
31
31
minrust :
32
+ env :
33
+ CARGO_NET_GIT_FETCH_WITH_CLI : true
32
34
runs-on : ubuntu-latest
33
35
steps :
34
36
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ error[E0271]: type mismatch resolving `<[static generator@$DIR/tests/ui/yield_in
21
21
7 | | };
22
22
| |_________^ expected `()`, found integer
23
23
|
24
- note: required by a bound in `from_generator`
24
+ note: required by a bound in `std::future:: from_generator`
25
25
--> $RUST/core/src/future/mod.rs
26
26
|
27
27
| T: Generator<ResumeTy, Yield = ()>,
28
- | ^^^^^^^^^^ required by this bound in `from_generator`
28
+ | ^^^^^^^^^^ required by this bound in `std::future:: from_generator`
You can’t perform that action at this time.
0 commit comments