Various minor/cosmetic improvements to code
This commit is contained in:
parent
4a45578bc5
commit
ee89c088b0
457 changed files with 2384 additions and 2360 deletions
|
@ -15,7 +15,7 @@ struct S;
|
|||
// Ensure S is moved, not copied, on assignment.
|
||||
impl Drop for S { fn drop(&mut self) { } }
|
||||
|
||||
// user-defined function "returning" bottom (i.e. no return at all).
|
||||
// user-defined function "returning" bottom (i.e., no return at all).
|
||||
fn my_panic() -> ! { loop {} }
|
||||
|
||||
pub fn step(f: bool) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue