From 95ffda1e9ee72f2170d55e4790bef21fb4ac11b1 Mon Sep 17 00:00:00 2001 From: Without Boats Date: Mon, 24 Apr 2017 01:40:17 -0700 Subject: [PATCH] Style. --- src/test/compile-fail/object-safety-associated-consts.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test/compile-fail/object-safety-associated-consts.rs b/src/test/compile-fail/object-safety-associated-consts.rs index e38187fe86ab..499f41846f5a 100644 --- a/src/test/compile-fail/object-safety-associated-consts.rs +++ b/src/test/compile-fail/object-safety-associated-consts.rs @@ -16,9 +16,9 @@ trait Bar { } fn make_bar(t: &T) -> &Bar { - //~^ ERROR E0038 - //~| NOTE the trait cannot contain associated consts like `X` - //~| NOTE the trait `Bar` cannot be made into an object + //~^ ERROR E0038 + //~| NOTE the trait cannot contain associated consts like `X` + //~| NOTE the trait `Bar` cannot be made into an object t }