File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
branches/snap-stage3/src/librustc_typeck Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: e5d90d98402475b6e154ce216f9efcb80da1a747
3
- refs/heads/snap-stage3: ecfe58e53c0e6c42dc5d4ee9edac6bb0a02ad5bb
3
+ refs/heads/snap-stage3: 9125400e4835a094708203210aadb0773b0d1a8b
4
4
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
5
5
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
6
6
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
Original file line number Diff line number Diff line change @@ -2216,10 +2216,10 @@ For more information see the [opt-in builtin traits RFC](https://github.com/rust
2216
2216
"## ,
2217
2217
2218
2218
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.
2221
2221
2222
- The following example contains circular dependency between two traits:
2222
+ The following example contains a circular dependency between two traits:
2223
2223
2224
2224
```
2225
2225
trait FirstTrait : SecondTrait {
You can’t perform that action at this time.
0 commit comments