Switch to bootstrapping from 1.29 beta
This commit is contained in:
parent
8c069ceba8
commit
683a3db01f
15 changed files with 34 additions and 277 deletions
|
|
@ -5,8 +5,5 @@ LL | println!("Hello, World!");
|
|||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
|
||||
= note: expanding `println! { "Hello, World!" }`
|
||||
= note: to `{
|
||||
# [ cfg ( not ( stage0 ) ) ] {
|
||||
( $crate :: io :: _print ( format_args_nl ! ( "Hello, World!" ) ) ) ; } # [
|
||||
cfg ( stage0 ) ] { print ! ( "{}/n" , format_args ! ( "Hello, World!" ) ) } }`
|
||||
= note: to `{ $crate :: io :: _print ( format_args_nl ! ( "Hello, World!" ) ) ; }`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue