cargo : warning: `C:\Users\xiaoqj\.cargo\config` is deprecated in favor of `config.toml` 所在位置 行:1 字符: 1 + cargo run > data.txt 2>&1 + ~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (warning: `C:\Us...f `config.toml`:String) [], RemoteException + FullyQualifiedErrorId : NativeCommandError note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml` warning: `C:\Users\xiaoqj\.cargo\config` is deprecated in favor of `config.toml` note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml` Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s Running `target\debug\minigrep.exe` error error: process didn't exit successfully: `target\debug\minigrep.exe` (exit code: 1)