-
-
Save lukewilliamboswell/feffeb6d5705a05409fb86532f45c0dd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ nix develop | |
$ cargo check --all --all-targets | |
<----SNIPPED---> | |
Checking roc_repl_expect v0.0.1 (/Users/luke/Documents/GitHub/roc/crates/repl_expect) | |
warning: unused macro definition: `assert_llvm_evals_to` | |
--> crates/compiler/test_gen/benches/../src/helpers/llvm.rs:588:14 | |
| | |
588 | macro_rules! assert_llvm_evals_to { | |
| ^^^^^^^^^^^^^^^^^^^^ | |
| | |
= note: `#[warn(unused_macros)]` on by default | |
warning: unused macro definition: `assert_evals_to_erased` | |
--> crates/compiler/test_gen/benches/../src/helpers/llvm.rs:652:14 | |
| | |
652 | macro_rules! assert_evals_to_erased { | |
| ^^^^^^^^^^^^^^^^^^^^^^ | |
warning: unused import: `assert_evals_to` | |
--> crates/compiler/test_gen/benches/../src/helpers/llvm.rs:668:16 | |
| | |
668 | pub(crate) use assert_evals_to; | |
| ^^^^^^^^^^^^^^^ | |
| | |
= note: `#[warn(unused_imports)]` on by default | |
warning: unused import: `assert_evals_to_erased` | |
--> crates/compiler/test_gen/benches/../src/helpers/llvm.rs:669:16 | |
| | |
669 | pub(crate) use assert_evals_to_erased; | |
| ^^^^^^^^^^^^^^^^^^^^^^ | |
warning: unused import: `assert_llvm_evals_to` | |
--> crates/compiler/test_gen/benches/../src/helpers/llvm.rs:670:16 | |
| | |
670 | pub(crate) use assert_llvm_evals_to; | |
| ^^^^^^^^^^^^^^^^^^^^ | |
warning: function `llvm_evals_to` is never used | |
--> crates/compiler/test_gen/benches/../src/helpers/llvm.rs:540:15 | |
| | |
540 | pub(crate) fn llvm_evals_to<T, U, F>( | |
| ^^^^^^^^^^^^^ | |
| | |
= note: `#[warn(dead_code)]` on by default | |
warning: function `identity` is never used | |
--> crates/compiler/test_gen/benches/../src/helpers/llvm.rs:664:8 | |
| | |
664 | pub fn identity<T>(value: T) -> T { | |
| ^^^^^^^^ | |
warning: `test_gen` (bench "quicksort") generated 7 warnings (run `cargo fix --bench "quicksort"` to apply 3 suggestions) | |
warning: `test_gen` (bench "list_map") generated 7 warnings (7 duplicates) | |
Checking roc_cli v0.0.1 (/Users/luke/Documents/GitHub/roc/crates/cli) | |
Finished dev [unoptimized + debuginfo] target(s) in 1m 16s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment