Home Explore Blog CI



2b9b1339331a19187409e1cc2c25bf5861325ff996267de7000000020002e5fa.png

Extracted Text
rust-analyzer README.md main.rs ← → xtask/src/main.rs 34 match flags.subcommand { 35 flags::XtaskCmd:: Install (cmd) cmd.run(sh), 36 flags:: XtaskCmd:: FuzzTests(-) → run_fuzzer (sh), 37 flags:: XtaskCmd:: Release (cmd) cmd.run(sh), 38 flags:: XtaskCmd:: Promote (cmd) cmd.run(sh), 39 flags::XtaskCmd:: Dist(cmd) cmd.run(sh), 40 flags:: XtaskCmd:: PublishRelease Notes (cmd) cmd.run(sh) 41 flags:: XtaskCmd:: Metrics(cmd) cmd.run(sh), 42 flags::XtaskCmd::Bb(cmd) { 43 { 44 let_d sh.push_dir("./crates/rust-analyzer"); 45 cmd! (sh, "cargo build --release--features jemal 46 } 47 sh.copy_file( 48 "./target/release/rust-analyzer", 49 format!("./target/rust-analyzer-{}", cmd.suffix), 50 )?; 51 Ok(()) 52 } 53 } 54 } 55 Joseph Online Joseph TLyons 1,1 Rust 1 + Π
Explanation
The image shows a code editor, specifically displaying a Rust file named "main.rs" within the "xtask/src" directory. The code appears to define a series of commands using a match statement on the `flags.subcommand`. A search bar is open with a search for "Joseph", and the name "Joseph TLyons" appears as an online contact.