Skip to content

Commit e5adc6f

Browse files
committed
---
yaml --- r: 222130 b: refs/heads/master c: 9125400 h: refs/heads/master v: v3
1 parent 961d5f9 commit e5adc6f

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,5 +1,5 @@
11
---
2-
refs/heads/master: ecfe58e53c0e6c42dc5d4ee9edac6bb0a02ad5bb
2+
refs/heads/master: 9125400e4835a094708203210aadb0773b0d1a8b
33
refs/heads/snap-stage3: a5c12f4e39d32af3c951b66bd2839bc0b5a1125b
44
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

trunk/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)