mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Cleanup typos and newlines
This commit is contained in:
@@ -5388,7 +5388,7 @@ fn trans_block(@block_ctxt cx, &ast.block b) -> result {
|
||||
|
||||
if (ty.type_is_boxed(r_ty)) {
|
||||
// The value resulting from the block gets copied into an
|
||||
// alloca created in an outer scope and it's refcount
|
||||
// alloca created in an outer scope and its refcount
|
||||
// bumped so that it can escape this block. This means
|
||||
// that it will definitely live until the end of the
|
||||
// enclosing scope, even if nobody uses it, which may be
|
||||
|
||||
@@ -28,4 +28,4 @@ fn test() {
|
||||
|
||||
fn main() {
|
||||
test();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,4 +7,4 @@ fn main() {
|
||||
};
|
||||
|
||||
check (*x == 100);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user