Skip to content

Commit

Permalink
rustdoc: move invalid langstring test to UI
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle committed Aug 9, 2024
1 parent 7c4150f commit 1d19c2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//@ compile-flags:--test
//@ check-pass
#![allow(rustdoc::invalid_codeblock_attributes)]

// https://github.com/rust-lang/rust/pull/124577#issuecomment-2276034737
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

0 comments on commit 1d19c2c

Please sign in to comment.