mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 21:16:27 +03:00
normalize stronger
This commit is contained in:
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user