]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/include_str_cut.rs
Rollup merge of #107769 - compiler-errors:pointer-like, r=eholk
[rust.git] / tests / rustdoc / include_str_cut.rs
1 #![crate_name = "foo"]
2 #![no_std]
3
4 // @has 'foo/fn.foo.html'
5 // @has - '//*[@class="docblock"]' 'inc2 x'
6 #[doc = include_str!("short-line.md")]
7 pub fn foo() {}