File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -216,13 +216,6 @@ jobs:
216
216
- name : Check compilation for freebsd
217
217
run : cargo check --target x86_64-unknown-freebsd
218
218
219
- - uses : dtolnay/rust-toolchain@stable
220
- with :
221
- target : wasm32-unknown-unknown
222
-
223
- - name : Check compilation for wasm32
224
- run : cargo check --target wasm32-unknown-unknown --no-default-features
225
-
226
219
- uses : dtolnay/rust-toolchain@stable
227
220
with :
228
221
target : x86_64-unknown-freebsd
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ mod decl {
36
36
// String:
37
37
#[ cfg( feature = "compiler" ) ]
38
38
{
39
+ use crate :: vm:: compiler;
39
40
vm. compile ( co_str. as_str ( ) , compiler:: Mode :: Exec , "<dis>" . to_owned ( ) )
40
41
. map_err ( |err| vm. new_syntax_error ( & err) ) ?
41
42
}
You can’t perform that action at this time.
0 commit comments