rust/tests/rustdoc/intra-doc/true-false.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
319 B
Rust
Raw Normal View History

#![deny(rustdoc::broken_intra_doc_links)]
2020-08-17 23:51:09 +00:00
#![crate_name = "foo"]
//@ has foo/index.html
//@ has - '//*[@id="main-content"]//a[@href="{{channel}}/std/primitive.bool.html"]' 'true'
//@ has - '//*[@id="main-content"]//a[@href="{{channel}}/std/primitive.bool.html"]' 'false'
2020-08-17 23:51:09 +00:00
//! A `bool` is either [`true`] or [`false`].