iovxw / rssbot

Lightweight Telegram RSS notification bot. 用于消息通知的轻量级 Telegram RSS 机器人

Home Page:http://t.me/RustRssBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

你好,我编译时出现了一些错误,请求帮助

PandaTAT opened this issue · comments

root@two:~/rssbot-1.4.1# cargo build --release
    Updating registry `https://github.com/rust-lang/crates.io-index`
 Downloading log v0.3.8                                                         
 Downloading curl v0.4.8                                                        
 Downloading serde_derive v1.0.15                                               
 Downloading error-chain v0.10.0                                                
 Downloading quick-xml v0.9.4                                                   
 Downloading futures v0.1.16                                                    
 Downloading pinyin-order v0.1.1                                                
 Downloading serde_json v1.0.4                                                  
 Downloading lazy_static v0.2.9                                                 
 Downloading serde v1.0.15                                                      
 Downloading regex v0.2.2                                                       
 Downloading tokio-core v0.1.10                                                 
 Downloading env_logger v0.4.3                                                  
 Downloading chrono v0.4.0                                                      
 Downloading tokio-curl v0.1.10                                                 
 Downloading futures-await v0.1.0                                               
 Downloading curl-sys v0.3.15                                                   
 Downloading libc v0.2.32                                                       
 Downloading socket2 v0.2.4                                                     
 Downloading libz-sys v1.0.18                                                   
 Downloading pkg-config v0.3.9                                                  
 Downloading cc v1.0.1                                                          
 Downloading serde_derive_internals v0.16.0                                     
 Downloading quote v0.3.15                                                      
 Downloading syn v0.11.11                                                       
 Downloading synom v0.11.3                                                      
 Downloading unicode-xid v0.0.4                                                 
 Downloading backtrace v0.3.3                                                   
 Downloading rustc-demangle v0.1.5                                              
 Downloading cfg-if v0.1.2                                                      
 Downloading tokio-io v0.1.3                                                    
 Downloading slab v0.4.0                                                        
 Downloading iovec v0.1.1                                                       
 Downloading mio v0.6.10                                                        
 Downloading bytes v0.4.5                                                       
 Downloading scoped-tls v0.1.0                                                  
 Downloading byteorder v1.1.0                                                   
 Downloading net2 v0.2.31                                                       
 Downloading lazycell v0.5.1                                                    
 Downloading slab v0.3.0                                                        
 Downloading num-traits v0.1.40                                                 
 Downloading dtoa v0.4.2                                                        
 Downloading itoa v0.3.4                                                        
 Downloading memchr v1.0.1                                                      
 Downloading encoding_rs v0.7.1                                                 
 Downloading phf v0.7.21                                                        
 Downloading phf_shared v0.7.21                                                 
 Downloading siphasher v0.2.2                                                   
 Downloading phf_codegen v0.7.21                                                
 Downloading phf_generator v0.7.21                                              
 Downloading rand v0.3.17                                                       
 Downloading thread_local v0.3.4                                                
 Downloading regex-syntax v0.4.1                                                
 Downloading aho-corasick v0.6.3                                                
 Downloading utf8-ranges v1.0.0                                                 
 Downloading unreachable v1.0.0                                                 
 Downloading void v1.0.2                                                        
 Downloading time v0.1.38                                                       
 Downloading num v0.1.40                                                        
 Downloading num-iter v0.1.34                                                   
 Downloading num-integer v0.1.35                                                
 Downloading futures-await-async-macro v0.1.0                                   
 Downloading futures-await-await-macro v0.1.0                                   
 Downloading futures-await-synom v0.12.0                                        
 Downloading futures-await-syn v0.12.0                                          
 Downloading proc-macro2 v0.1.3                                                 
 Downloading futures-await-quote v0.4.0                                         
 Downloading unicode-xid v0.1.0                                                 
 Downloading openssl-probe v0.1.1                                               
 Downloading openssl-sys v0.9.20                                                
 Downloading backtrace-sys v0.1.16                                              
   Compiling cc v1.0.1                                                          
   Compiling pkg-config v0.3.9
   Compiling void v1.0.2
   Compiling unicode-xid v0.1.0
   Compiling siphasher v0.2.2
   Compiling libc v0.2.32
   Compiling unicode-xid v0.0.4
   Compiling byteorder v1.1.0
   Compiling lazy_static v0.2.9
   Compiling cfg-if v0.1.2
   Compiling regex-syntax v0.4.1
   Compiling utf8-ranges v1.0.0
   Compiling num-traits v0.1.40
   Compiling lazycell v0.5.1
   Compiling futures v0.1.16
   Compiling log v0.3.8
   Compiling quote v0.3.15
   Compiling slab v0.3.0
   Compiling openssl-probe v0.1.1
   Compiling scoped-tls v0.1.0
   Compiling rustc-demangle v0.1.5
   Compiling slab v0.4.0
   Compiling itoa v0.3.4
   Compiling dtoa v0.4.2
   Compiling serde v1.0.15
   Compiling futures-await-await-macro v0.1.0
   Compiling backtrace-sys v0.1.16
   Compiling libz-sys v1.0.18
   Compiling openssl-sys v0.9.20
   Compiling curl-sys v0.3.15
   Compiling unreachable v1.0.0
   Compiling proc-macro2 v0.1.3
error[E0277]: the trait bound `proc_macro::Span: std::default::Default` is not satisfied
   --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.3/src/unstable.rs:163:17
    |
163 | pub struct Span(proc_macro::Span);
    |                 ^^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `proc_macro::Span`
    |
    = note: required by `std::default::Default::default`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0277`.
error: Could not compile `proc-macro2`.

To learn more, run the command again with --verbose.
root@two:~/rssbot-1.4.1# cargo +nightly build --release
   Compiling phf_shared v0.7.21
   Compiling proc-macro2 v0.1.3
error[E0277]: the trait bound `proc_macro::Span: std::default::Default` is not satisfied
   --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.3/src/unstable.rs:163:17
    |
163 | pub struct Span(proc_macro::Span);
    |                 ^^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `proc_macro::Span`
    |
    = note: required by `std::default::Default::default`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0277`.
error: Could not compile `proc-macro2`.

To learn more, run the command again with --verbose.
root@two:~/rssbot-1.4.1# cargo +nightly build --verbose
   Compiling cc v1.0.1
     Running `rustc --crate-name cc /root/.cargo/registry/src/github.com-1ecc6299db9ec823/cc-1.0.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=86cbab482404088c -C extra-filename=-86cbab482404088c --out-dir /root/rssbot-1.4.1/target/debug/deps -L dependency=/root/rssbot-1.4.1/target/debug/deps --cap-lints allow`
   Compiling pkg-config v0.3.9
     Running `rustc --crate-name pkg_config /root/.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.9/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=5f052722d1b32389 -C extra-filename=-5f052722d1b32389 --out-dir /root/rssbot-1.4.1/target/debug/deps -L dependency=/root/rssbot-1.4.1/target/debug/deps --cap-lints allow`
   Compiling unicode-xid v0.1.0
     Running `rustc --crate-name unicode_xid /root/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.1.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=fedb2cc7e58a400d -C extra-filename=-fedb2cc7e58a400d --out-dir /root/rssbot-1.4.1/target/debug/deps -L dependency=/root/rssbot-1.4.1/target/debug/deps --cap-lints allow`
   Compiling void v1.0.2
     Running `rustc --crate-name void /root/.cargo/registry/src/github.com-1ecc6299db9ec823/void-1.0.2/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=f5f1346ef1f2b0c5 -C extra-filename=-f5f1346ef1f2b0c5 --out-dir /root/rssbot-1.4.1/target/debug/deps -L dependency=/root/rssbot-1.4.1/target/debug/deps --cap-lints allow`
   Compiling libc v0.2.32
     Running `rustc --crate-name libc /root/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.32/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=771c5adca69a954b -C extra-filename=-771c5adca69a954b --out-dir /root/rssbot-1.4.1/target/debug/deps -L dependency=/root/rssbot-1.4.1/target/debug/deps --cap-lints allow`
   Compiling siphasher v0.2.2
     Running `rustc --crate-name siphasher /root/.cargo/registry/src/github.com-1ecc6299db9ec823/siphasher-0.2.2/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=d696eba773d3bed8 -C extra-filename=-d696eba773d3bed8 --out-dir /root/rssbot-1.4.1/target/debug/deps -L dependency=/root/rssbot-1.4.1/target/debug/deps --cap-lints allow`
   Compiling cfg-if v0.1.2
     Running `rustc --crate-name cfg_if /root/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.2/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=16a71c55f776d252 -C extra-filename=-16a71c55f776d252 --out-dir /root/rssbot-1.4.1/target/debug/deps -L dependency=/root/rssbot-1.4.1/target/debug/deps --cap-lints allow`
   Compiling unicode-xid v0.0.4
     Running `rustc --crate-name unicode_xid /root/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.0.4/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' -C metadata=5683306a961eed3b -C extra-filename=-5683306a961eed3b --out-dir /root/rssbot-1.4.1/target/debug/deps -L dependency=/root/rssbot-1.4.1/target/debug/deps --cap-lints allow`
   Compiling lazy_static v0.2.9
     Running `rustc --crate-name lazy_static /root/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-0.2.9/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=76433d389bd172b6 -C extra-filename=-76433d389bd172b6 --out-dir /root/rssbot-1.4.1/target/debug/deps -L dependency=/root/rssbot-1.4.1/target/debug/deps --cap-lints allow`
   Compiling byteorder v1.1.0
     Running `rustc --crate-name byteorder /root/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.1.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=79cbd3b4817ec7a4 -C extra-filename=-79cbd3b4817ec7a4 --out-dir /root/rssbot-1.4.1/target/debug/deps -L dependency=/root/rssbot-1.4.1/target/debug/deps --cap-lints allow`
   Compiling lazycell v0.5.1
     Running `rustc --crate-name lazycell /root/.cargo/registry/src/github.com-1ecc6299db9ec823/lazycell-0.5.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=07d5cd7de544faf1 -C extra-filename=-07d5cd7de544faf1 --out-dir /root/rssbot-1.4.1/target/debug/deps -L dependency=/root/rssbot-1.4.1/target/debug/deps --cap-lints allow`
   Compiling num-traits v0.1.40
     Running `rustc --crate-name num_traits /root/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.1.40/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=6e808d059cb19fc5 -C extra-filename=-6e808d059cb19fc5 --out-dir /root/rssbot-1.4.1/target/debug/deps -L dependency=/root/rssbot-1.4.1/target/debug/deps --cap-lints allow`
   Compiling regex-syntax v0.4.1
     Running `rustc --crate-name regex_syntax /root/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.4.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=53b1030d755b8923 -C extra-filename=-53b1030d755b8923 --out-dir /root/rssbot-1.4.1/target/debug/deps -L dependency=/root/rssbot-1.4.1/target/debug/deps --cap-lints allow`
   Compiling log v0.3.8
     Running `rustc --crate-name log /root/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.3.8/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=1d54bed63de82cf0 -C extra-filename=-1d54bed63de82cf0 --out-dir /root/rssbot-1.4.1/target/debug/deps -L dependency=/root/rssbot-1.4.1/target/debug/deps --cap-lints allow`
   Compiling utf8-ranges v1.0.0
     Running `rustc --crate-name utf8_ranges /root/.cargo/registry/src/github.com-1ecc6299db9ec823/utf8-ranges-1.0.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=84ee0b59af2e8fc2 -C extra-filename=-84ee0b59af2e8fc2 --out-dir /root/rssbot-1.4.1/target/debug/deps -L dependency=/root/rssbot-1.4.1/target/debug/deps --cap-lints allow`
   Compiling quote v0.3.15
     Running `rustc --crate-name quote /root/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-0.3.15/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=385c2bc0ac7669f2 -C extra-filename=-385c2bc0ac7669f2 --out-dir /root/rssbot-1.4.1/target/debug/deps -L dependency=/root/rssbot-1.4.1/target/debug/deps --cap-lints allow`
   Compiling slab v0.3.0
     Running `rustc --crate-name slab /root/.cargo/registry/src/github.com-1ecc6299db9ec823/slab-0.3.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=2f9722fd172d07f3 -C extra-filename=-2f9722fd172d07f3 --out-dir /root/rssbot-1.4.1/target/debug/deps -L dependency=/root/rssbot-1.4.1/target/debug/deps --cap-lints allow`
   Compiling futures v0.1.16
     Running `rustc --crate-name futures /root/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.1.16/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_std"' --cfg 'feature="with-deprecated"' -C metadata=84fdb20ce36cd25f -C extra-filename=-84fdb20ce36cd25f --out-dir /root/rssbot-1.4.1/target/debug/deps -L dependency=/root/rssbot-1.4.1/target/debug/deps --cap-lints allow`
   Compiling slab v0.4.0
     Running `rustc --crate-name slab /root/.cargo/registry/src/github.com-1ecc6299db9ec823/slab-0.4.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=6a6719dcc77d5c01 -C extra-filename=-6a6719dcc77d5c01 --out-dir /root/rssbot-1.4.1/target/debug/deps -L dependency=/root/rssbot-1.4.1/target/debug/deps --cap-lints allow`
   Compiling scoped-tls v0.1.0
     Running `rustc --crate-name scoped_tls /root/.cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=4e3ae22131f3bd76 -C extra-filename=-4e3ae22131f3bd76 --out-dir /root/rssbot-1.4.1/target/debug/deps -L dependency=/root/rssbot-1.4.1/target/debug/deps --cap-lints allow`
   Compiling rustc-demangle v0.1.5
     Running `rustc --crate-name rustc_demangle /root/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.5/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=4ce5c81c4d8293fe -C extra-filename=-4ce5c81c4d8293fe --out-dir /root/rssbot-1.4.1/target/debug/deps -L dependency=/root/rssbot-1.4.1/target/debug/deps --cap-lints allow`
   Compiling openssl-probe v0.1.1
     Running `rustc --crate-name openssl_probe /root/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-probe-0.1.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=730235018b1a4212 -C extra-filename=-730235018b1a4212 --out-dir /root/rssbot-1.4.1/target/debug/deps -L dependency=/root/rssbot-1.4.1/target/debug/deps --cap-lints allow`
   Compiling itoa v0.3.4
     Running `rustc --crate-name itoa /root/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.3.4/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=6aa4964eee486900 -C extra-filename=-6aa4964eee486900 --out-dir /root/rssbot-1.4.1/target/debug/deps -L dependency=/root/rssbot-1.4.1/target/debug/deps --cap-lints allow`
   Compiling dtoa v0.4.2
     Running `rustc --crate-name dtoa /root/.cargo/registry/src/github.com-1ecc6299db9ec823/dtoa-0.4.2/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=6a8a4b4aed4a47ba -C extra-filename=-6a8a4b4aed4a47ba --out-dir /root/rssbot-1.4.1/target/debug/deps -L dependency=/root/rssbot-1.4.1/target/debug/deps --cap-lints allow`
   Compiling serde v1.0.15
     Running `rustc --crate-name serde /root/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.15/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3185b36e8e4e51e7 -C extra-filename=-3185b36e8e4e51e7 --out-dir /root/rssbot-1.4.1/target/debug/deps -L dependency=/root/rssbot-1.4.1/target/debug/deps --cap-lints allow`
   Compiling futures-await-await-macro v0.1.0
     Running `rustc --crate-name futures_await_await_macro /root/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-await-await-macro-0.1.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=28c519116adaf1f2 -C extra-filename=-28c519116adaf1f2 --out-dir /root/rssbot-1.4.1/target/debug/deps -L dependency=/root/rssbot-1.4.1/target/debug/deps --cap-lints allow`
   Compiling backtrace-sys v0.1.16
     Running `rustc --crate-name build_script_build /root/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-sys-0.1.16/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=9d63aacc0e46ffa0 -C extra-filename=-9d63aacc0e46ffa0 --out-dir /root/rssbot-1.4.1/target/debug/build/backtrace-sys-9d63aacc0e46ffa0 -L dependency=/root/rssbot-1.4.1/target/debug/deps --extern cc=/root/rssbot-1.4.1/target/debug/deps/libcc-86cbab482404088c.rlib --cap-lints allow`
   Compiling libz-sys v1.0.18
     Running `rustc --crate-name build_script_build /root/.cargo/registry/src/github.com-1ecc6299db9ec823/libz-sys-1.0.18/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=bd1ced0b52d4f6e6 -C extra-filename=-bd1ced0b52d4f6e6 --out-dir /root/rssbot-1.4.1/target/debug/build/libz-sys-bd1ced0b52d4f6e6 -L dependency=/root/rssbot-1.4.1/target/debug/deps --extern pkg_config=/root/rssbot-1.4.1/target/debug/deps/libpkg_config-5f052722d1b32389.rlib --extern cc=/root/rssbot-1.4.1/target/debug/deps/libcc-86cbab482404088c.rlib --cap-lints allow`
   Compiling openssl-sys v0.9.20
     Running `rustc --crate-name build_script_build /root/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.9.20/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=a778e77af0b42fd3 -C extra-filename=-a778e77af0b42fd3 --out-dir /root/rssbot-1.4.1/target/debug/build/openssl-sys-a778e77af0b42fd3 -L dependency=/root/rssbot-1.4.1/target/debug/deps --extern cc=/root/rssbot-1.4.1/target/debug/deps/libcc-86cbab482404088c.rlib --extern pkg_config=/root/rssbot-1.4.1/target/debug/deps/libpkg_config-5f052722d1b32389.rlib --cap-lints allow`
   Compiling curl-sys v0.3.15
     Running `rustc --crate-name build_script_build /root/.cargo/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.3.15/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=ac6b74b9a046f5da -C extra-filename=-ac6b74b9a046f5da --out-dir /root/rssbot-1.4.1/target/debug/build/curl-sys-ac6b74b9a046f5da -L dependency=/root/rssbot-1.4.1/target/debug/deps --extern cc=/root/rssbot-1.4.1/target/debug/deps/libcc-86cbab482404088c.rlib --extern pkg_config=/root/rssbot-1.4.1/target/debug/deps/libpkg_config-5f052722d1b32389.rlib --cap-lints allow`
   Compiling proc-macro2 v0.1.3
     Running `rustc --crate-name proc_macro2 /root/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.3/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="unstable"' -C metadata=832d01640e015d29 -C extra-filename=-832d01640e015d29 --out-dir /root/rssbot-1.4.1/target/debug/deps -L dependency=/root/rssbot-1.4.1/target/debug/deps --extern unicode_xid=/root/rssbot-1.4.1/target/debug/deps/libunicode_xid-fedb2cc7e58a400d.rlib --cap-lints allow`
error[E0277]: the trait bound `proc_macro::Span: std::default::Default` is not satisfied
   --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.3/src/unstable.rs:163:17
    |
163 | pub struct Span(proc_macro::Span);
    |                 ^^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `proc_macro::Span`
    |
    = note: required by `std::default::Default::default`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0277`.
error: Could not compile `proc-macro2`.

Caused by:
  process didn't exit successfully: `rustc --crate-name proc_macro2 /root/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.1.3/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg feature="unstable" -C metadata=832d01640e015d29 -C extra-filename=-832d01640e015d29 --out-dir /root/rssbot-1.4.1/target/debug/deps -L dependency=/root/rssbot-1.4.1/target/debug/deps --extern unicode_xid=/root/rssbot-1.4.1/target/debug/deps/libunicode_xid-fedb2cc7e58a400d.rlib --cap-lints allow` (exit code: 101)

系统是Debian9

commented

Rust 版本呢?

rustc --version

需要最新 nightly

@iovxw Rust版本是:
rustc 1.26.0-nightly (75af15ee6 2018-03-20)

机器是vultr

commented

看来 API 又变动了,我升级下依赖