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! {
112
112
"[^ `]*/(rust[^/]*|checkout)/library/" => "RUSTLIB/" ,
113
113
// erase platform file paths
114
114
"sys/[a-z]+/" => "sys/PLATFORM/" ,
115
+ // erase paths into the crate registry
116
+ r"[^ ]*/\.cargo/registry/.*/(.*\.rs)" => "CARGO_REGISTRY/$1" ,
115
117
}
116
118
117
119
fn ui ( mode : Mode , path : & str ) -> Result < ( ) > {
Original file line number Diff line number Diff line change 1
1
error: 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
3
3
|
4
4
LL | syscall!(epoll_create1(flag)).map(|ep| Selector {
5
5
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't call foreign function: epoll_create1
You can’t perform that action at this time.
0 commit comments