File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,8 @@ regexes! {
112112 "[^ `]*/(rust[^/]*|checkout)/library/" => "RUSTLIB/" ,
113113 // erase platform file paths
114114 "sys/[a-z]+/" => "sys/PLATFORM/" ,
115+ // erase paths into the crate registry
116+ r"[^ ]*/\.cargo/registry/.*/(.*\.rs)" => "CARGO_REGISTRY/$1" ,
115117}
116118
117119fn ui ( mode : Mode , path : & str ) -> Result < ( ) > {
Original file line number Diff line number Diff line change 11error: unsupported operation: can't call foreign function: epoll_create1
2- --> /home/ubuntu/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.8.4/src/sys/PLATFORM/selector /epoll.rs:LL:CC
2+ --> CARGO_REGISTRY /epoll.rs:LL:CC
33 |
44LL | syscall!(epoll_create1(flag)).map(|ep| Selector {
55 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't call foreign function: epoll_create1
You can’t perform that action at this time.
0 commit comments