rust/tests/rustdoc/intra-doc/prim-methods.rs

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

8 lines
327 B
Rust
Raw Normal View History

#![deny(rustdoc::broken_intra_doc_links)]
// @has prim_methods/index.html
2021-11-29 10:14:05 -06:00
// @has - '//*[@id="main-content"]//a[@href="{{channel}}/std/primitive.char.html"]' 'char'
// @has - '//*[@id="main-content"]//a[@href="{{channel}}/std/primitive.char.html#method.len_utf8"]' 'char::len_utf8'
//! A [`char`] and its [`char::len_utf8`].