Mocktopus icon indicating copy to clipboard operation
Mocktopus copied to clipboard

Mocking content of module in different file does not work since rustc 1.30.0-nightly (63d51e89a 2018-09-28)

Open CodeSandwich opened this issue 6 years ago • 0 comments

#[mockable]
mod module;

Doesn't make content of module mockable since rustc 1.30.0-nightly (63d51e89a 2018-09-28). The necessary functionality was removed from rustc, it may or may not be restored: https://github.com/rust-lang/rust/issues/54727.

CodeSandwich avatar Oct 07 '18 09:10 CodeSandwich