Conversation
|
rustbot has assigned @albertlarsan68. Use |
|
This PR modifies If appropriate, please update |
|
This should allow removing rust/compiler/rustc_codegen_cranelift/scripts/setup_rust_fork.sh Lines 26 to 27 in dde7d66 |
|
Some changes occurred in compiler/rustc_codegen_cranelift cc @bjorn3 |
|
☔ The latest upstream changes (presumably #130716) made this pull request unmergeable. Please resolve the merge conflicts. |
Signed-off-by: onur-ozkan <work@onurozkan.dev>
Signed-off-by: onur-ozkan <work@onurozkan.dev>
Signed-off-by: onur-ozkan <work@onurozkan.dev>
Signed-off-by: onur-ozkan <work@onurozkan.dev>
Signed-off-by: onur-ozkan <work@onurozkan.dev>
f48da53 to
70216e6
Compare
|
Rebased to fix merge conflict. |
|
☔ The latest upstream changes (presumably #122709) made this pull request unmergeable. Please resolve the merge conflicts. |
There was a problem hiding this comment.
I'm not sure about this change, as I think "human" users should be warned about changes by default
There was a problem hiding this comment.
I think this is mostly useful for experts and we should just include this in the documentation instead of turning it on by default.
Reduces noise from
change-trackerby disablingchange-trackerby default and displaying its help messages only in verbose mode. This means users won't see any change-tracker helper or change messages unless it is explicitly enabled inconfig.tomlor the verbose flag is passed.Alternative to #130356.