-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathoutput
More file actions
17 lines (16 loc) · 1.01 KB
/
output
File metadata and controls
17 lines (16 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Compiling brick v0.1.0 (/Users/ryanisaacg/git/ryanisaacg/brick/brick)
error[E0599]: no variant or associated item named `Negate` found for enum `UnaryLogicalOp` in the current scope
--> brick/src/interpreter.rs:750:59
|
750 | LinearNodeValue::UnaryLogical(UnaryLogicalOp::Negate, op) => {
| ^^^^^^ variant or associated item not found in `UnaryLogicalOp`
|
::: brick/src/hir.rs:857:1
|
857 | pub enum UnaryLogicalOp {
| ----------------------- variant or associated item `Negate` not found for this enum
For more information about this error, try `rustc --explain E0599`.
error: could not compile `brick` (lib test) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
error: could not compile `brick` (lib) due to 1 previous error
error: command `/Users/ryanisaacg/.rustup/toolchains/stable-aarch64-apple-darwin/bin/cargo test --no-run --message-format json-render-diagnostics` exited with code 101