-
-
Save durka/7d78c48e6cad4c8996f862886ba4137f 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
test [run-pass] run-pass/single-match-else.rs ... ok | |
failures: | |
---- [run-pass] run-pass/procedural_macro.rs stdout ---- | |
error: compilation failed! | |
status: exit code: 101 | |
command: target/debug/clippy-driver tests/run-pass/procedural_macro.rs -L target/debug/test_build_base --target=x86_64-apple-darwin --error-format json -L target/debug/test_build_base/procedural_macro.stage-id.run-pass.libaux -C prefer-dynamic -o target/debug/test_build_base/procedural_macro.stage-id -L target/debug/ -L target/debug/deps -Dwarnings | |
stdout: | |
------------------------------------------ | |
------------------------------------------ | |
stderr: | |
------------------------------------------ | |
{"message":"dlopen(/Users/alex/Programming/rust/clippy/target/debug/deps/libclippy_mini_macro_test.dylib, 1): Library not loaded: @rpath/librustc_plugin-cc778349da8318d3.dylib\n Referenced from: /Users/alex/Programming/rust/clippy/target/debug/libclippy_mini_macro_test.dylib\n Reason: image not found","code":null,"level":"error","spans":[{"file_name":"tests/run-pass/procedural_macro.rs","byte_start":30,"byte_end":52,"line_start":2,"line_end":2,"column_start":11,"column_end":33,"is_primary":true,"text":[{"text":"#![plugin(clippy_mini_macro_test)]","highlight_start":11,"highlight_end":33}],"label":null,"suggested_replacement":null,"expansion":null}],"children":[],"rendered":null} | |
thread 'rustc' panicked at 'Box<Any>', src/librustc/session/mod.rs:228:8 | |
note: Run with `RUST_BACKTRACE=1` for a backtrace. | |
thread 'main' panicked at 'rustc_thread failed: Any', src/libcore/result.rs:906:4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment