mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-06 12:04:36 +00:00
small change
This commit is contained in:
parent
653463731a
commit
2e2836ad14
@ -2108,7 +2108,7 @@ pub fn id() -> u32 {
|
||||
|
||||
/// A trait for implementing arbitrary return types in the `main` function.
|
||||
///
|
||||
/// The C-main function only supports to return integers as return type.
|
||||
/// The C-main function only supports returning integers.
|
||||
/// So, every type implementing the `Termination` trait has to be converted
|
||||
/// to an integer.
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user