diff options
| author | Yacin Tmimi <yacintmimi@gmail.com> | 2024-04-19 23:46:37 -0400 |
|---|---|---|
| committer | Yacin Tmimi <yacintmimi@gmail.com> | 2024-06-12 22:40:05 -0400 |
| commit | 8c4c336e37dd2125a23532111b11f6551205825e (patch) | |
| tree | 2e4630cec934b7e73ffb514d80541f9b0d67a986 /tests/codegen/patchable-function-entry | |
| parent | acc687735a48b4a1158e621b1bf5a2bcd2c437ea (diff) | |
| download | rust-8c4c336e37dd2125a23532111b11f6551205825e.tar.gz rust-8c4c336e37dd2125a23532111b11f6551205825e.zip | |
remove archived `error-chain` crate from integration tests
Can't run `cargo test --all` for `error-chain` anymore. The tests don't
compile because of `#[deny(invalid_doc_attributes)]`. Here's the error
message:
```
error: this attribute can only be applied at the crate level
--> tests/tests.rs:508:7
|
508 | #[doc(test)]
| ^^^^
|
= note: read <https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#at-the-crate-level> for more information
= note: `#[deny(invalid_doc_attributes)]` on by default
help: to apply to the crate, use an inner attribute
|
508 | #![doc(test)]
| +
```
Diffstat (limited to 'tests/codegen/patchable-function-entry')
0 files changed, 0 insertions, 0 deletions
