-
Notifications
You must be signed in to change notification settings - Fork 13.3k
--attr flag #2219
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
Comments
A lot of existing flags could be folded into this one. For example |
Does rustpkg make this obsolete? |
rustpkg has partial support for this. Added |
wait, I interpret this bug as asking for a |
Triage, no change. |
In the days of Cargo, I don't think that this is particularly relevant to |
Add more bench-cargo-miri programs These example programs are derived from long-running (>15 minutes) tests in the test suites of highly-downloaded crates (if I have my way, that runtime will not be correct for long). They should serve as realistic but also somewhat pathological workloads for the interpreter. The unicode program stresses the code which looks for adjacent and equal stacks to merge them. The backtraces program has an uncommonly large working set of borrow tags per borrow stack. This also updates the .gitignore to ignore files commonly emitted in the course of using these benchmark programs. --- The benchmark programs are so-named to avoid confusingly duplicating the names of the crates they are benchmarking. Is that a good idea? I started doing this so that I could use `cargo add` but now I'm not entirely sold on the names.
Works in conjunction with #612. Like a configuration file that merges crate attributes, the --attr flag allows arbitrary attributes to be merged into the crate.
The text was updated successfully, but these errors were encountered: