Skip to content

Move core to workspace crate rune-core #56

Move core to workspace crate rune-core

Move core to workspace crate rune-core #56

Triggered via push December 16, 2023 15:07
Status Failure
Total duration 4m 48s
Artifacts

safety.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 2 warnings
unresolved import `crate::env::sym`: crates/rune-core/src/env/symbol.rs#L4
error[E0432]: unresolved import `crate::env::sym` --> crates/rune-core/src/env/symbol.rs:4:17 | 4 | use crate::env::sym::BUILTIN_SYMBOLS; | ^^^ could not find `sym` in `env`
unresolved import `crate::env::sym`: crates/rune-core/src/env/symbol.rs#L4
error[E0432]: unresolved import `crate::env::sym` --> crates/rune-core/src/env/symbol.rs:4:17 | 4 | use crate::env::sym::BUILTIN_SYMBOLS; | ^^^ could not find `sym` in `env`
miri
Process completed with exit code 101.
sanitizers
Process completed with exit code 101.
sanitizers
Process completed with exit code 101.
`crate` references the macro call's crate: crates/rune-core/src/macros.rs#L12
warning: `crate` references the macro call's crate --> crates/rune-core/src/macros.rs:12:41 | 12 | impl<'ob> std::convert::TryFrom<crate::object::GcObj<'ob>> for $self { | ^^^^^ help: to reference the macro definition's crate, use: `$crate` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#crate_in_macro_def = note: `-W clippy::crate-in-macro-def` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::crate_in_macro_def)]`
`crate` references the macro call's crate: crates/rune-core/src/macros.rs#L12
warning: `crate` references the macro call's crate --> crates/rune-core/src/macros.rs:12:41 | 12 | impl<'ob> std::convert::TryFrom<crate::object::GcObj<'ob>> for $self { | ^^^^^ help: to reference the macro definition's crate, use: `$crate` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#crate_in_macro_def = note: `-W clippy::crate-in-macro-def` implied by `-W clippy::all` = help: to override `-W clippy::all` add `#[allow(clippy::crate_in_macro_def)]`