File tree 2 files changed +2
-2
lines changed
hir-def/src/macro_expansion_tests/mbe
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()} ) }
94
94
95
95
#[ test]
96
96
fn 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>
98
98
check (
99
99
r#"
100
100
macro_rules! m0 { ($($($i:ident)?)+) => {}; }
Original file line number Diff line number Diff line change @@ -3624,7 +3624,7 @@ of a library.
3624
3624
Plugins can extend [Rust's lint
3625
3625
infrastructure](../../reference/attributes/diagnostics.md#lint-check-attributes) with
3626
3626
additional 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)
3628
3628
that warns about any item named `lintme`.
3629
3629
3630
3630
```rust,ignore (requires-stage-2)
You can’t perform that action at this time.
0 commit comments