Skip to content

Commit e9615ab

Browse files
committed
---
yaml --- r: 226256 b: refs/heads/snap-stage3 c: 9125400 h: refs/heads/master v: v3
1 parent ef36087 commit e9615ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: e5d90d98402475b6e154ce216f9efcb80da1a747
3-
refs/heads/snap-stage3: ecfe58e53c0e6c42dc5d4ee9edac6bb0a02ad5bb
3+
refs/heads/snap-stage3: 9125400e4835a094708203210aadb0773b0d1a8b
44
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/snap-stage3/src/librustc_typeck/diagnostics.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2216,10 +2216,10 @@ For more information see the [opt-in builtin traits RFC](https://github.com/rust
22162216
"##,
22172217

22182218
E0391: r##"
2219-
This error indicates that some types or traits depends on each other
2220-
and therefore could not be constructed properly.
2219+
This error indicates that some types or traits depend on each other
2220+
and therefore cannot be constructed.
22212221
2222-
The following example contains circular dependency between two traits:
2222+
The following example contains a circular dependency between two traits:
22232223
22242224
```
22252225
trait FirstTrait : SecondTrait {

0 commit comments

Comments
 (0)