-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#[test_log_macros::test]
reports unresolved macro panic!()
#18411
Comments
Can't reproduce (Windows, VSCode). |
Hmm odd, I get this in the salsa tests https://github.com/salsa-rs/salsa/ |
ah my bad, they are re-exported via |
Oh I can reproduce now: MCVE: fn accumulate_execution_order() {
mod init {
pub fn init() {
panic!();
}
}
} I also get another error "no such associated item" on |
That one is expected, see salsa-rs/salsa#607 |
with
test_log_macros = "0.2.14"
The text was updated successfully, but these errors were encountered: