Commit 7080dc8
committed
Raise minimum tested version to rustc 1.45
Required by changes in the futures crate's macros:
error[E0658]: procedural macros cannot be expanded to statements
--> tests/test.rs:1359:13
|
1359 | / futures::select! {
1360 | | _ = async {
1361 | | println!("{}", self.0);
1362 | | }.fuse() => {}
1363 | | }
| |_____________^1 parent 278abc7 commit 7080dc8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments