You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 9, 2017. It is now read-only.
I'm getting the following error message when building rust-http-codegen:
Compiling rust-http-codegen v0.1.0-pre (file:///Users/andrew/dev/rust-http/codegen)
/Users/andrew/dev/rust-http/codegen/src/main.rs:3:25: 3:39 error: unknown feature, #[deny(unknown_features)] on by default
/Users/andrew/dev/rust-http/codegen/src/main.rs:3 #![feature(macro_rules, slicing_syntax)]
^~~~~~~~~~~~~~
/Users/andrew/dev/rust-http/codegen/src/branchify.rs:31:52: 31:62 warning: use of deprecated item: use iter_mut, #[warn(deprecated)] on by default
/Users/andrew/dev/rust-http/codegen/src/branchify.rs:31 for next_branch in branch.children.mut_iter() {
^~~~~~~~~~
/Users/andrew/dev/rust-http/codegen/src/status.rs:42:22: 42:60 warning: use of deprecated item: use .push_str() instead, #[warn(deprecated)] on by default
/Users/andrew/dev/rust-http/codegen/src/status.rs:42 self.ident().append(self.reason_padding_spaces()[])
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/andrew/dev/rust-http/codegen/src/status.rs:64:20: 64:32 warning: use of deprecated item: renamed to .push(), #[warn(deprecated)] on by default
/Users/andrew/dev/rust-http/codegen/src/status.rs:64 result.push_char(c);
^~~~~~~~~~~~
error: aborting due to previous error
Could not compile `rust-http-codegen`.
To learn more, run the command again with --verbose.
I'm getting the following error message when building
rust-http-codegen
:ENV:
The text was updated successfully, but these errors were encountered: