用atom编辑rust文件时,ctrl+s 保存时报错:EPERM: operation not permitted, write

具体错误信息如下:
Error: EPERM: operation not permitted, write
at Error (native)
at Object.fs.writeSync (fs.js:706:20)
at SyncWriteStream.write (fs.js:2064:6)
at Object.execSync (child_process.js:519:20)
at LinterRust.ableToJSONErrors (file:///C:/Users/hbyzz/.atom/packages/linter-rust/lib/linter-rust.coffee:218:20)
at LinterRust.ableToJSONErrors (file:///C:/Users/hbyzz/.atom/packages/linter-rust/lib/linter-rust.coffee:1:1)
at LinterRust.initCmd (file:///C:/Users/hbyzz/.atom/packages/linter-rust/lib/linter-rust.coffee:202:62)
at LinterRust.initCmd (file:///C:/Users/hbyzz/.atom/packages/linter-rust/lib/linter-rust.coffee:1:1)
at file:///C:/Users/hbyzz/.atom/packages/linter-rust/lib/linter-rust.coffee:21:15
at LinterRust.lint (file:///C:/Users/hbyzz/.atom/packages/linter-rust/lib/linter-rust.coffee:19:16)
at Object.lint (file:///C:/Users/hbyzz/.atom/packages/linter-rust/lib/linter-rust.coffee:1:1)
at promises.push.Promise.then._this.emitter.emit.linter (C:/Users/hbyzz/.atom/packages/linter/lib/linter-registry.js:63:26)
at C:/Users/hbyzz/.atom/packages/linter/lib/linter-registry.js:62:23
at Set.forEach (native)
at LinterRegistry.lint (C:/Users/hbyzz/.atom/packages/linter/lib/linter-registry.js:60:18)
at file:///C:/Users/hbyzz/.atom/packages/linter/lib/linter.coffee:98:16
at Function.module.exports.Emitter.simpleDispatch (C:\Users\hbyzz\AppData\Local\atom\app-1.9.9\resources\app.asar\node_modules\event-kit\lib\emitter.js:25:14)
at Emitter.module.exports.Emitter.emit (C:\Users\hbyzz\AppData\Local\atom\app-1.9.9\resources\app.asar\node_modules\event-kit\lib\emitter.js:125:28)
at C:/Users/hbyzz/.atom/packages/linter/lib/editor-linter.js:30:20
at Function.module.exports.Emitter.simpleDispatch (C:\Users\hbyzz\AppData\Local\atom\app-1.9.9\resources\app.asar\node_modules\text-buffer\node_modules\event-kit\lib\emitter.js:25:14)
at Emitter.module.exports.Emitter.emit (C:\Users\hbyzz\AppData\Local\atom\app-1.9.9\resources\app.asar\node_modules\text-buffer\node_modules\event-kit\lib\emitter.js:129:28)
at TextBuffer.module.exports.TextBuffer.saveAs (C:\Users\hbyzz\AppData\Local\atom\app-1.9.9\resources\app.asar\node_modules\text-buffer\lib\text-buffer.js:1156:27)
at TextBuffer.module.exports.TextBuffer.save (C:\Users\hbyzz\AppData\Local\atom\app-1.9.9\resources\app.asar\node_modules\text-buffer\lib\text-buffer.js:1126:19)
at TextEditor.module.exports.TextEditor.save (C:\Users\hbyzz\AppData\Local\atom\app-1.9.9\resources\app.asar\src\text-editor.js:755:26)
at Pane.module.exports.Pane.saveItem (C:\Users\hbyzz\AppData\Local\atom\app-1.9.9\resources\app.asar\src\pane.js:734:18)
at Pane.saveItem (C:\Users\hbyzz\AppData\Local\atom\app-1.9.9\resources\app.asar\src\pane.js:3:61)
at Pane.module.exports.Pane.saveActiveItem (C:\Users\hbyzz\AppData\Local\atom\app-1.9.9\resources\app.asar\src\pane.js:717:19)
at Workspace.module.exports.Workspace.saveActivePaneItem (C:\Users\hbyzz\AppData\Local\atom\app-1.9.9\resources\app.asar\src\workspace.js:699:35)
at atom-workspace.commandRegistry.add.core:save (C:\Users\hbyzz\AppData\Local\atom\app-1.9.9\resources\app.asar\src\register-default-commands.js:220:32)
at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (C:\Users\hbyzz\AppData\Local\atom\app-1.9.9\resources\app.asar\src\command-registry.js:260:29)
at C:\Users\hbyzz\AppData\Local\atom\app-1.9.9\resources\app.asar\src\command-registry.js:3:61
at KeymapManager.module.exports.KeymapManager.dispatchCommandEvent (C:\Users\hbyzz\AppData\Local\atom\app-1.9.9\resources\app.asar\node_modules\atom-keymap\lib\keymap-manager.js:580:16)
at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (C:\Users\hbyzz\AppData\Local\atom\app-1.9.9\resources\app.asar\node_modules\atom-keymap\lib\keymap-manager.js:388:22)
at WindowEventHandler.module.exports.WindowEventHandler.handleDocumentKeyEvent (C:\Users\hbyzz\AppData\Local\atom\app-1.9.9\resources\app.asar\src\window-event-handler.js:98:36)
at HTMLDocument. (C:\Users\hbyzz\AppData\Local\atom\app-1.9.9\resources\app.asar\src\window-event-handler.js:3:61)

请问如何解决,谢谢!