Summer Gram

Results 27 comments of Summer Gram

> Please recheck the variables again. Those failure in ci-pr is related to the variables name?

> You code is not compiling. That's why the run is failed. > > You can check by running `just check`. Thanks!

Hi @ThisIsMani , I think "clonable" typo is not related to this PR.

Is there a rule to infer the target from the list? @rustbot claim

@rbtcollins , In the component remove function, it is supposed to handle `rust-docs-x86_64-apple-darwin` this case with function called `Component::new_with_target`. But in that function, it fails to identify the target from...

`home/bin/rustup component remove clippy rustfmt-x86_64-apple-darwin rust-docs-x86_64-apple-darwin rust-std-wasm32-unknown-unknown` ``` Component { pkg: "clippy", target: Some(TargetTriple("x86_64-apple-darwin")), is_extension: true } "rustfmt" "x86_64-apple-darwin" "rustfmt" "x86_64-apple-darwin" PartialTargetTriple { arch: Some("x86_64"), os: Some("apple-darwin"), env: None }...