diff --git a/lua/custom/plugins/rustaceanvim.lua b/lua/custom/plugins/rustaceanvim.lua index c30046f7..ebd9ce85 100644 --- a/lua/custom/plugins/rustaceanvim.lua +++ b/lua/custom/plugins/rustaceanvim.lua @@ -56,8 +56,8 @@ return { app_name = function() return get_program_name() end, - rust_env = 'local', - rust_backtrace = 'full', + RUST_ENV = 'local', + RUST_BACKTRACE = 'full', }, cwd = '${workspaceFolder}', },