mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
fix labled expressions
This commit is contained in:
parent
127814d9a7
commit
44334f6f56
9 changed files with 313 additions and 14 deletions
|
@ -11,7 +11,8 @@ use gen_lsp_server::{run_server, stdio_transport};
|
|||
use m::Result;
|
||||
|
||||
fn main() -> Result<()> {
|
||||
Logger::with_env_or_str("m=error")
|
||||
::std::env::set_var("RUST_BACKTRACE", "short");
|
||||
Logger::with_env_or_str("error")
|
||||
.duplicate_to_stderr(Duplicate::All)
|
||||
.log_to_file()
|
||||
.directory("log")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue