diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2016-05-11 09:27:44 -0400 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2016-05-11 09:27:44 -0400 |
| commit | 130e76b46a241a3d7f826e212f6db8d283c37d6f (patch) | |
| tree | a1a6af4a612e8fe2532144044d774b70b74fb212 | |
| parent | 8c6796f0a72da03f53fbeb260cb7cc2046e2dd19 (diff) | |
| parent | d8882e263ba07998cb06f110d10a48dec08a8742 (diff) | |
| download | rust-130e76b46a241a3d7f826e212f6db8d283c37d6f.tar.gz rust-130e76b46a241a3d7f826e212f6db8d283c37d6f.zip | |
Rollup merge of #33528 - cramertj:E0061typeo, r=jseyfried
E0061 typo fix Fixed silly typo.
| -rw-r--r-- | src/librustc_typeck/diagnostics.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_typeck/diagnostics.rs b/src/librustc_typeck/diagnostics.rs index ad91bc9399f..05e4c79a7e8 100644 --- a/src/librustc_typeck/diagnostics.rs +++ b/src/librustc_typeck/diagnostics.rs @@ -742,7 +742,7 @@ fn f(a: u16, b: &str) {} Must always be called with exactly two arguments, e.g. `f(2, "test")`. -Note, that Rust does not have a notion of optional function arguments or +Note that Rust does not have a notion of optional function arguments or variadic functions (except for its C-FFI). "##, |
