blob: 571bc94e30f9824b3bdda71a5c51d789e073eb92 [file] [log] [blame] [edit]
//@ compile-flags:--test
//@ check-pass
#![allow(rustdoc::invalid_codeblock_attributes)]
// https://github.com/rust-lang/rust/pull/124577#issuecomment-2276034737
// Test that invalid langstrings don't get run.
/// ```{rust,ignore}
/// panic!();
/// ```
pub struct Foo;