Make it pass the pretty-printer test.
This commit is contained in:
parent
1b2dc760af
commit
88c27e099f
3 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ mod hello;
|
|||
mod hello;
|
||||
|
||||
#[cfg(target_os = "windows")]
|
||||
#[cfg(stage0, target_os = "win32")] // NOTE: Remove after snapshot
|
||||
/* NOTE: Remove after snapshot */#[cfg(stage0, target_os = "win32")]
|
||||
mod hello;
|
||||
|
||||
#[cfg(target_os = "freebsd")]
|
||||
|
|
|
@ -43,7 +43,7 @@ mod m {
|
|||
}
|
||||
|
||||
#[cfg(target_os = "windows")]
|
||||
#[cfg(stage0, target_os = "win32")] // NOTE: Remove after snapshot
|
||||
/* NOTE: Remove after snapshot */#[cfg(stage0, target_os = "win32")]
|
||||
mod m {
|
||||
#[main]
|
||||
#[cfg(target_arch = "x86")]
|
||||
|
|
|
@ -56,7 +56,7 @@ mod m {
|
|||
}
|
||||
|
||||
#[cfg(target_os = "windows")]
|
||||
#[cfg(stage0, target_os = "win32")] // NOTE: Remove after snapshot
|
||||
/* NOTE: Remove after snapshot */#[cfg(stage0, target_os = "win32")]
|
||||
mod m {
|
||||
#[cfg(target_arch = "x86")]
|
||||
pub mod m {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue