)]}'
{
  "commit": "45bd332aac5e08d9fc2e8565ad357822a9c50b83",
  "tree": "37ddd7e6a711abdafebaacb69a5fc258a048dc89",
  "parents": [
    "8ab9fdff5a91b9f2b5ed57fb0275452d9a0d0280",
    "98e889a86333d3607c190ab4a64983814f938101"
  ],
  "author": {
    "name": "Rust timing bot",
    "email": "rust-timer@users.noreply.github.com",
    "time": "Fri Jul 31 08:14:06 2026"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Fri Jul 31 08:14:06 2026"
  },
  "message": "Unrolled build for #160234\nRollup merge of #160234 - estebank:issue-101242, r\u003doli-obk\n\nAlways use short ty path for call with missing arguments suggestion\n\nMitigate having too long of a suggestion when there are many arguments missing by not printing the full path of the expected types.\n\n```\nerror[E0061]: this function takes 5 arguments but 0 arguments were supplied\n  --\u003e $DIR/verbose-suggestion-for-missing-fn-args.rs:5:5\n   |\nLL |     my_very_long_function_name_with_lots_of_args();\n   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-- multiple arguments are missing\n   |\nnote: function defined here\n  --\u003e $DIR/verbose-suggestion-for-missing-fn-args.rs:8:4\n   |\nLL | fn my_very_long_function_name_with_lots_of_args(\n   |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nLL |     _first_long_param: bool,\n   |     -----------------------\nLL |     _second_long_param: HashMap\u003cArc\u003cString\u003e, Vec\u003cBTreeSet\u003cusize\u003e\u003e\u003e,\n   |     --------------------------------------------------------------\nLL |     _third_long_param: usize,\n   |     ------------------------\nLL |     _fourth_long_param: String,\n   |     --------------------------\nLL |     _fifth_long_param: Mutex\u003cOption\u003cVecDeque\u003cArc\u003cString\u003e\u003e\u003e\u003e,\n   |     -------------------------------------------------------\nhelp: provide the arguments\n   |\nLL |     my_very_long_function_name_with_lots_of_args(/* bool */, /* HashMap\u003cArc\u003cString\u003e, Vec\u003cBTreeSet\u003cusize\u003e\u003e\u003e */, /* usize */, /* String */, /* Mutex\u003cOption\u003cVecDeque\u003cArc\u003cString\u003e\u003e\u003e\u003e */);\n   |                                                  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n```\n\nPartially address rust-lang/rust#101242. More work is needed to close that ticket, but this is an easy stop gap.\n",
  "tree_diff": []
}
