Skip to content

Commit d5b465f

Browse files
committed
---
yaml --- r: 276172 b: refs/heads/master c: 49dfac4 h: refs/heads/master
1 parent c50e271 commit d5b465f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 89d086be74d5ddf21d67f2a3c27a29cca2631bba
2+
refs/heads/master: 49dfac487267b574c802e0bdf5a66c5ff0624340
33
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
44
refs/heads/try: 49312a405e14a449b98fe0056b12a40ac128be4a
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

trunk/src/librustc/lint/context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ pub fn raw_struct_lint<'a>(sess: &'a Session,
462462

463463
if let Some(span) = def {
464464
let explanation = "lint level defined here";
465-
err = err.span_label(span, &explanation);
465+
err.span_note(span, &explanation);
466466
}
467467

468468
err

0 commit comments

Comments
 (0)