rust/src/test/ui/hygiene
Esteban Küber 447d894edf Use suggestion for assoc fn called like method
When encountering an unexisting method for a given trait where an
associated function has the same name, suggest using the appropriate
syntax, instead of using `help` text.

When only one candidate is found, do not call it "candidate #1", just
call it "the candidate".
2018-05-27 13:30:16 -07:00
..
auxiliary Move hygiene tests to UI 2018-04-12 23:06:03 +03:00
assoc_item_ctxt.rs Move hygiene tests to UI 2018-04-12 23:06:03 +03:00
assoc_item_ctxt.stderr Move hygiene tests to UI 2018-04-12 23:06:03 +03:00
assoc_ty_bindings.rs Move hygiene tests to UI 2018-04-12 23:06:03 +03:00
assoc_ty_bindings.stderr Move hygiene tests to UI 2018-04-12 23:06:03 +03:00
fields-definition.rs Add some new tests + Fix failing tests 2018-04-12 23:06:03 +03:00
fields-definition.stderr Add some new tests + Fix failing tests 2018-04-12 23:06:03 +03:00
fields-move.nll.stderr Update the previously checkpointed (but unused by bors) tests to reflect current reality. 2018-04-18 15:37:18 +02:00
fields-move.rs Add some new tests + Fix failing tests 2018-04-12 23:06:03 +03:00
fields-move.stderr Add some new tests + Fix failing tests 2018-04-12 23:06:03 +03:00
fields-numeric-borrowck.nll.stderr rust-lang/rust#51025: improve test robustness so that they work under NLL too. 2018-05-25 13:00:51 +02:00
fields-numeric-borrowck.rs rust-lang/rust#51025: improve test robustness so that they work under NLL too. 2018-05-25 13:00:51 +02:00
fields-numeric-borrowck.stderr rust-lang/rust#51025: improve test robustness so that they work under NLL too. 2018-05-25 13:00:51 +02:00
fields.rs Don't feature gate bang macros on 'proc_macro_path_invoc'. 2018-04-27 21:32:41 -07:00
fields.stderr Move hygiene tests to UI 2018-04-12 23:06:03 +03:00
for-loop.rs Move hygiene tests to UI 2018-04-12 23:06:03 +03:00
for-loop.stderr Move hygiene tests to UI 2018-04-12 23:06:03 +03:00
globs.rs Don't feature gate bang macros on 'proc_macro_path_invoc'. 2018-04-27 21:32:41 -07:00
globs.stderr Move hygiene tests to UI 2018-04-12 23:06:03 +03:00
impl_items.rs Don't feature gate bang macros on 'proc_macro_path_invoc'. 2018-04-27 21:32:41 -07:00
impl_items.stderr Move hygiene tests to UI 2018-04-12 23:06:03 +03:00
intercrate.rs Don't feature gate bang macros on 'proc_macro_path_invoc'. 2018-04-27 21:32:41 -07:00
intercrate.stderr Move hygiene tests to UI 2018-04-12 23:06:03 +03:00
nested_macro_privacy.rs Move hygiene tests to UI 2018-04-12 23:06:03 +03:00
nested_macro_privacy.stderr Move hygiene tests to UI 2018-04-12 23:06:03 +03:00
no_implicit_prelude.rs Don't feature gate bang macros on 'proc_macro_path_invoc'. 2018-04-27 21:32:41 -07:00
no_implicit_prelude.stderr Use suggestion for assoc fn called like method 2018-05-27 13:30:16 -07:00
pattern-macro.rs Move hygiene tests to UI 2018-04-12 23:06:03 +03:00
pattern-macro.stderr Move hygiene tests to UI 2018-04-12 23:06:03 +03:00
privacy.rs Don't feature gate bang macros on 'proc_macro_path_invoc'. 2018-04-27 21:32:41 -07:00
privacy.stderr Move hygiene tests to UI 2018-04-12 23:06:03 +03:00
trait_items.rs Don't feature gate bang macros on 'proc_macro_path_invoc'. 2018-04-27 21:32:41 -07:00
trait_items.stderr Use suggestion for assoc fn called like method 2018-05-27 13:30:16 -07:00