diff options
| author | Taylor Cramer <cramertj@cs.washington.edu> | 2016-05-09 18:18:57 -0700 |
|---|---|---|
| committer | Taylor Cramer <cramertj@cs.washington.edu> | 2016-05-09 18:18:57 -0700 |
| commit | d8882e263ba07998cb06f110d10a48dec08a8742 (patch) | |
| tree | ba56395249fd4dbae509afed69858669393cbaeb | |
| parent | 0e7cb8bc31413c9ea08c67c4d66318a7e9cbfb66 (diff) | |
| download | rust-d8882e263ba07998cb06f110d10a48dec08a8742.tar.gz rust-d8882e263ba07998cb06f110d10a48dec08a8742.zip | |
E0061 typo fix
| -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). "##, |
