summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-ui/doctest/doctest-multiline-crate-attribute.rs
blob: a3bde6cb941038fb3e414d08c63e0b681a44af68 (plain)
1
2
3
4
5
6
7
8
9
10
// compile-flags:--test --test-args=--test-threads=1
// normalize-stdout-test: "tests/rustdoc-ui/doctest" -> "$$DIR"
// normalize-stdout-test "finished in \d+\.\d+s" -> "finished in $$TIME"
// check-pass

/// ```
/// #![deprecated(since = "5.2", note = "foo was rarely used. \
///    Users should instead use bar")]
/// ```
pub fn f() {}