1
Fork 0

Minor formatting consistency fix.

This commit is contained in:
Alexander Ronald Altman 2018-03-25 00:15:50 -05:00
parent e5bf0428d1
commit f9661126ca

View file

@ -1444,7 +1444,7 @@ pub fn id() -> u32 {
#[unstable(feature = "termination_trait_lib", issue = "43301")]
#[rustc_on_unimplemented(
message="`main` has invalid return type `{Self}`",
label="`main` can only return types that implement {Termination}")]
label="`main` can only return types that implement `{Termination}`")]
pub trait Termination {
/// Is called to get the representation of the value as status code.
/// This status code is returned to the operating system.