This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
hir-def/src/macro_expansion_tests/mbe Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ macro_rules! m2 { () => ( ${invalid()} ) }
9494
9595#[ test]
9696fn test_rustc_issue_57597 ( ) {
97- // <https://github.com/rust-lang/rust/blob/master/src/test /ui/issues/issue-57597.rs>
97+ // <https://github.com/rust-lang/rust/blob/master/tests /ui/issues/issue-57597.rs>
9898 check (
9999 r#"
100100macro_rules! m0 { ($($($i:ident)?)+) => {}; }
Original file line number Diff line number Diff line change @@ -3624,7 +3624,7 @@ of a library.
36243624Plugins can extend [Rust's lint
36253625infrastructure](../../reference/attributes/diagnostics.md#lint-check-attributes) with
36263626additional checks for code style, safety, etc. Now let's write a plugin
3627- [`lint-plugin-test.rs`](https://github.com/rust-lang/rust/blob/master/src/test /ui-fulldeps/auxiliary/lint-plugin-test.rs)
3627+ [`lint-plugin-test.rs`](https://github.com/rust-lang/rust/blob/master/tests /ui-fulldeps/auxiliary/lint-plugin-test.rs)
36283628that warns about any item named `lintme`.
36293629
36303630```rust,ignore (requires-stage-2)
You can’t perform that action at this time.
0 commit comments