generated from finos/software-project-blueprint
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoutput_debug_path.log
More file actions
23 lines (20 loc) · 1.01 KB
/
output_debug_path.log
File metadata and controls
23 lines (20 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Compiling morphir-ir v0.1.0 (/home/damian/code/repos/github/finos/morphir-rust-ir-versioning/crates/morphir-ir)
error: expected item after attributes
--> crates/morphir-ir/src/naming/path.rs:1:1
|
1 | #[derive(Debug, Clone, PartialEq, Eq, Hash, JsonSchema)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: unused variable: `pkg`
--> crates/morphir-ir/src/converter.rs:3:22
|
3 | pub fn classic_to_v4(pkg: classic::Package) -> v4::Package {
| ^^^ help: if this is intentional, prefix it with an underscore: `_pkg`
|
= note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
warning: unused variable: `pkg`
--> crates/morphir-ir/src/converter.rs:10:22
|
10 | pub fn v4_to_classic(pkg: v4::Package) -> classic::Package {
| ^^^ help: if this is intentional, prefix it with an underscore: `_pkg`
warning: `morphir-ir` (lib) generated 2 warnings
error: could not compile `morphir-ir` (lib) due to 1 previous error; 2 warnings emitted