Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't get process even with feature #2

Open
BastienVigneron opened this issue Oct 28, 2022 · 1 comment
Open

Don't get process even with feature #2

BastienVigneron opened this issue Oct 28, 2022 · 1 comment

Comments

@BastienVigneron
Copy link

Hello,

Thank you for this useful plugin, unfortunately I didn't succeed to get process information even with actix-web-prometheus = {version = "0.1.2", features = ["process"]} in my cargo.toml.

Is there any additional operation to do ?

@MathieuNls
Copy link

MathieuNls commented Dec 27, 2022

Same issue over here:

error[E0554]: `#![feature]` may not be used on the stable release channel
  --> /.../.cargo/registry/src/github.com-1ecc6299db9ec823/rustix-0.36.5/src/lib.rs:99:26
   |
99 | #![cfg_attr(rustc_attrs, feature(rustc_attrs))]
   |                          ^^^^^^^^^^^^^^^^^^^^

For more information about this error, try `rustc --explain E0554`.
error: could not compile `rustix` due to previous error

cargo clean && cargo build fixed it for me @BastienVigneron .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants