diff options
| author | cuishuang <imcusg@gmail.com> | 2022-03-03 19:47:23 +0800 |
|---|---|---|
| committer | cuishuang <imcusg@gmail.com> | 2022-03-03 19:47:23 +0800 |
| commit | 00fffdddd22cdd796cf4261cdbbf830bee7e4f7b (patch) | |
| tree | 62760ec1b4d7fdf576a82186ad159c7378a7dd1c /compiler/rustc_incremental/src | |
| parent | 2f8d1a835b4e7feaf625f74d0d5cb9b84dbc845a (diff) | |
| download | rust-00fffdddd22cdd796cf4261cdbbf830bee7e4f7b.tar.gz rust-00fffdddd22cdd796cf4261cdbbf830bee7e4f7b.zip | |
all: fix some typos
Signed-off-by: cuishuang <imcusg@gmail.com>
Diffstat (limited to 'compiler/rustc_incremental/src')
| -rw-r--r-- | compiler/rustc_incremental/src/persist/load.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_incremental/src/persist/load.rs b/compiler/rustc_incremental/src/persist/load.rs index 870c3f80682..908a9361424 100644 --- a/compiler/rustc_incremental/src/persist/load.rs +++ b/compiler/rustc_incremental/src/persist/load.rs @@ -27,7 +27,7 @@ pub enum LoadResult<T> { }, /// The file either didn't exist or was produced by an incompatible compiler version. DataOutOfDate, - /// An error occured. + /// An error occurred. Error { #[allow(missing_docs)] message: String, |
