mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-19 11:29:28 +00:00
Clarify behavior of dbg macro
This commit is contained in:
@@ -210,7 +210,8 @@ macro_rules! eprintln {
|
||||
})
|
||||
}
|
||||
|
||||
/// Prints the value of a given expression for quick and dirty debugging.
|
||||
/// Prints and returns the value of a given expression for quick and dirty
|
||||
/// debugging.
|
||||
///
|
||||
/// An example:
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user