diff options
| author | Lindsey Kuper <lindsey@rockstargirl.org> | 2012-07-09 11:44:26 -0700 |
|---|---|---|
| committer | Lindsey Kuper <lindsey@rockstargirl.org> | 2012-07-13 11:10:18 -0700 |
| commit | d5563d732dfb4ebbf50ad221d8d4568319210a65 (patch) | |
| tree | 82349c52ee7d9c213b71487b768bb643590adf84 /src | |
| parent | fa3dbb7f73ddf897dd40278aa0b7d53a3cd061d6 (diff) | |
Consistently use "allowed" rather than "permitted" in error messages.
Diffstat (limited to 'src')
| -rw-r--r-- | src/rustc/middle/typeck/astconv.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rustc/middle/typeck/astconv.rs b/src/rustc/middle/typeck/astconv.rs index 975d1efe4e7..c785e44b80a 100644 --- a/src/rustc/middle/typeck/astconv.rs +++ b/src/rustc/middle/typeck/astconv.rs @@ -100,7 +100,7 @@ fn ast_path_to_substs_and_ty<AC: ast_conv, RS: region_scope copy>( (false, some(_)) { tcx.sess.span_err( path.span, - #fmt["no region bound is permitted on %s, \ + #fmt["no region bound is allowed on `%s`, \ which is not declared as containing region pointers", ty::item_path_str(tcx, did)]); none |
