ea183be56d
This patch adds tests for Rust 1.50.0 which we can mostly copy from 1.49.0. There is only a small change to the abbreviated descriptions in the search index and to edition-specific code.
16 lines
354 B
Plaintext
16 lines
354 B
Plaintext
---
|
|
source: tests/output.rs
|
|
expression: "get_stdout(&[item])"
|
|
---
|
|
log Function log::logger rusty-man
|
|
|
|
SYNOPSIS
|
|
pub fn logger() -> &'static dyn Log
|
|
|
|
DESCRIPTION
|
|
Returns a reference to the logger.
|
|
|
|
If a logger has not been set, a no-op implementation is returned.
|
|
|
|
|