about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/transform/coverage/debug.rs
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-10-18 04:11:09 +0900
committerGitHub <noreply@github.com>2020-10-18 04:11:09 +0900
commit407bba4676064e726acf006235134c849de2e328 (patch)
tree72df892c1956c9543a2e30150ca5fc1338a18f24 /compiler/rustc_mir/src/transform/coverage/debug.rs
parenta0242e73bbaee822a868449f7b9f4a0227fe605f (diff)
parent786e3ea31a5ca19651612e56f5d2df84a3845638 (diff)
downloadrust-407bba4676064e726acf006235134c849de2e328.tar.gz
rust-407bba4676064e726acf006235134c849de2e328.zip
Rollup merge of #78043 - willcrozi:e0210-error-note-fix, r=lcnr
Fix grammar in note for orphan-rule error [E0210]

Fixes the grammar in the error note for [E0210] from:

_"= note: implementing a foreign trait is only possible if at least one of the types for which **is it** implemented is local"_

to:

_"= note: implementing a foreign trait is only possible if at least one of the types for which **it is** implemented is local"_

The content of this commit is the result of running the following command at the repository root:

`find . \( -type d -name .git -prune \) -o -type f -print0 | xargs -0 sed -i 's/which is it implemented/which it is implemented/g'`
Diffstat (limited to 'compiler/rustc_mir/src/transform/coverage/debug.rs')
0 files changed, 0 insertions, 0 deletions