normalize stronger

This commit is contained in:
Ralf Jung
2022-07-21 15:34:32 -04:00
parent 5a65595883
commit e3018b8a97
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ macro_rules! regexes {
// erase platform file paths
"sys/[a-z]+/" => "sys/PLATFORM/",
// erase paths into the crate registry
r"[^ ]*/\.cargo/registry/.*/(.*\.rs)" => "CARGO_REGISTRY/$1",
r"[^ ]*/\.?cargo/registry/.*/(.*\.rs)" => "CARGO_REGISTRY/.../$1",
}
fn ui(mode: Mode, path: &str) -> Result<()> {
+1 -1
View File
@@ -1,5 +1,5 @@
error: unsupported operation: can't call foreign function: epoll_create1
--> CARGO_REGISTRY/epoll.rs:LL:CC
--> CARGO_REGISTRY/.../epoll.rs:LL:CC
|
LL | syscall!(epoll_create1(flag)).map(|ep| Selector {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't call foreign function: epoll_create1