We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a65595 + e3018b8 commit dac1676Copy full SHA for dac1676
tests/compiletest.rs
@@ -133,7 +133,7 @@ regexes! {
133
// erase platform file paths
134
"sys/[a-z]+/" => "sys/PLATFORM/",
135
// erase paths into the crate registry
136
- r"[^ ]*/\.cargo/registry/.*/(.*\.rs)" => "CARGO_REGISTRY/$1",
+ r"[^ ]*/\.?cargo/registry/.*/(.*\.rs)" => "CARGO_REGISTRY/.../$1",
137
}
138
139
fn ui(mode: Mode, path: &str) -> Result<()> {
tests/fail/crates/tokio_mvp.stderr
@@ -1,5 +1,5 @@
1
error: unsupported operation: can't call foreign function: epoll_create1
2
- --> CARGO_REGISTRY/epoll.rs:LL:CC
+ --> CARGO_REGISTRY/.../epoll.rs:LL:CC
3
|
4
LL | syscall!(epoll_create1(flag)).map(|ep| Selector {
5
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't call foreign function: epoll_create1
0 commit comments