-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Thanks for the headsup, @dcastro. I can reproduce. This appears to be the crucial bit:
called
Result::unwrap()on anErrvalue: Found norustcinvocations forui
@smoelius just so you're aware, I ran into a similar issue trying to run a test with
ui_test_example/ui_test_exampleswhile havingRUSTC_WRAPPER=sccacheset.Tests using
ui_testwork fine though.I can reproduce this on dylint's own tests, namely
examples/restriction/try_io_result:$ RUSTFLAGS='' cargo test ... ---- ui stdout ---- thread 'ui' panicked at /home/dc/dev/other/dylint/utils/testing/src/ui.rs:106:90: called `Result::unwrap()` on an `Err` value: Found no `rustc` invocations for `ui` note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ...Setting
RUSTC_WRAPPER=''works though.
dcastro
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working