Logo
Explore Help
Register Sign In
rust-lang/rust
1
0
Fork 0
You've already forked rust
Code Issues Pull Requests Actions 2 Packages Projects Releases Wiki Activity
Files
master
rust/tests/rustdoc-ui/intra-doc/email-address-localhost.rs

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

8 lines
193 B
Rust
Raw Permalink Normal View History

Remove the `-test` suffix from normalize directives
2024-12-25 22:12:17 +11:00
//@ normalize-stderr: "nightly|beta|1\.[0-9][0-9]\.[0-9]" -> "$$CHANNEL"
rustc_metadata: Store a flag telling whether an item may have doc links in its attributes This should be cheap on rustc side, but it's significant optimization for rustdoc that won't need to decode and process attributes unnecessarily
2022-04-16 23:49:37 +03:00
//@ check-pass
Don't report disambiguator error if link would have been ignored This prevents us from warning on links such as `<hello@example.com>`. Note that we still warn on links such as `<hello@localhost>` because they have no dots in them. However, the links will still work, even though a warning is reported.
2021-04-04 15:31:43 -07:00
#![deny(warnings)]
//! Email me at <hello@localhost>.
//! This should *not* warn: <hello@example.com>.
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 727ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API