File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ language: rust
3
3
matrix :
4
4
include :
5
5
- env : TARGET=x86_64-unknown-linux-gnu
6
- # work around problem about 'every suggestion should have at least one span'
7
- rust : nightly-2017-11-21
6
+ rust : nightly
8
7
9
8
- env : TARGET=thumbv6m-none-eabi
10
9
rust : nightly
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ rtfm-core = "0.1.0"
19
19
cortex-m-rtfm-macros = " 0.2.1"
20
20
21
21
[target .'cfg(target_arch = "x86_64")' .dev-dependencies ]
22
- compiletest_rs = " 0.2.8 "
22
+ compiletest_rs = " 0.3.3 "
23
23
24
24
[dev-dependencies .cortex-m-rt ]
25
25
features = [" abort-on-panic" ]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ extern crate stm32f103xx;
8
8
use rtfm:: app;
9
9
10
10
app ! {
11
- //~^ error no associated item named `EXTI33` found for type
11
+ //~^ error no variant named `EXTI33` found for type
12
12
device: stm32f103xx,
13
13
14
14
tasks: {
You can’t perform that action at this time.
0 commit comments