rust-proc-macro-error3-devel-3.1.1-1.el10_4 in Fedora EPEL 10.4
↵ Return to the main page of rust-proc-macro-error3-devel
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Changelog
| Date |
Author |
Change |
| 2026-08-30 |
Benjamin A. Beasley <code at musicinmybrain dot net> - 3.1.1-1 |
- Update to version 3.1.1; Fixes RHBZ#2526076 |
| 2026-08-30 |
Benjamin A. Beasley <code at musicinmybrain dot net> - 3.1.0-2 |
- Exclude some unnecessary files |
| 2026-08-30 |
Benjamin A. Beasley <code at musicinmybrain dot net> - 3.1.0-1 |
- Initial package (close RHBZ#2498945) |
Provides
- crate(proc-macro-error3)
- rust-proc-macro-error3-devel
Files
- usr/
- share/
- cargo/
- registry/
- proc-macro-error3-3.1.1/
- .cargo-checksum.json
- CHANGELOG.md
- Cargo.toml
- LICENSE-APACHE
- LICENSE-MIT
- README.md
- src/
- diagnostic.rs
- dummy.rs
- imp/
- lib.rs
- macros.rs
- sealed.rs
- tests/
- macro-errors.rs
- ok.rs
- runtime-errors.rs
- ui/
- abort.rs
- abort.stderr
- abort_trailing.rs
- abort_trailing.stderr
- append_dummy.rs
- append_dummy.stderr
- children_messages.rs
- children_messages.stderr
- dummy.rs
- dummy.stderr
- emit.rs
- emit.stderr
- explicit_span_range.rs
- explicit_span_range.stderr
- misuse.rs
- misuse.stderr
- multiple_tokens.rs
- multiple_tokens.stderr
- not_proc_macro.rs
- not_proc_macro.stderr
- option_ext.rs
- option_ext.stderr
- result_ext.rs
- result_ext.stderr
- to_tokens_span.rs
- to_tokens_span.stderr
- unknown_setting.rs
- unknown_setting.stderr
- unrelated_panic.rs
- unrelated_panic.stderr
- ui-pass/