id stringlengths 16 145 | text stringlengths 1 179k | title stringclasses 1
value |
|---|---|---|
rust_std_library_types_Traits/prefill-links-with-url-encoding1_28_0.txt | * Reports
* My Responses
* Export Data
* Incomplete Responses
* Response Volume Limits
* Completion Rate Information
* Search All Reports
* Form Analytics
* FormAssembly Accounts and Services
* Account Issues
* General Settings
* Adding and Updating Payment Meth... | |
rust_std_library_types_Traits/prefill-links-with-url-encoding1_3_0.txt | * Style Your Forms
* Connectors & Integrations | |
rust_std_library_types_Traits/rust_std_library_types_1_0.txt | 1. [ Introduction ](../index.html)
2. [ **1.** Hello World ](../hello.html) â±
3. 1. [ **1.1.** Comments ](../hello/comment.html)
2. [ **1.2.** Formatted print ](../hello/print.html) â±
3. 1. [ **1.2.1.** Debug ](../hello/print/print_debug.html)
2. [ **1.2.2.** Display ](../hello/print... | |
rust_std_library_types_Traits/39_28_0.txt | {{ message }}
rust-lang / project-error-handling Public | |
rust_std_library_types_Traits/prefill-links-with-url-encoding1_6_0.txt | * Use Cases
* FormAssembly Admin Guide | |
rust_std_library_types_Traits/rust_Traits_5_4.txt | w complicated its return type is!
fn combine_vecs_explicit_return_type(
v: Vec<i32>,
u: Vec<i32>,
) -> iter::Cycle<iter::Chain<IntoIter<i32>, IntoIter<i32>>> {
v.into_iter().chain(u.into_iter()).cycle()
}
// This is the exact same function, but its return type uses `impl Tra... | |
rust_std_library_types_Traits/644776_0_0.txt | Skip to content
## Navigation Menu | |
rust_std_library_types_Traits/39_34_0.txt | Jump to bottom
# Move ` Error ` trait into core #3 | |
rust_std_library_types_Traits/rust_Traits_9_1.txt | ctions.html)
5. [ **9.2.5.** As output parameters ](../fn/closures/output_parameters.html)
6. [ **9.2.6.** Examples in std ](../fn/closures/closure_examples.html) â±
7. 1. [ **9.2.6.1.** Iterator::any ](../fn/closures/closure_examples/iter_any.html)
2. [ **9.2.6.2.** Searching throug... | |
rust_std_library_types_Traits/644776_4_0.txt | Host and manage packages
* Security | |
rust_std_library_types_Traits/rust_Traits_5_3.txt | misc/process/wait.html)
9. [ **20.6.** Filesystem Operations ](../std_misc/fs.html)
10. [ **20.7.** Program arguments ](../std_misc/arg.html) â±
11. 1. [ **20.7.1.** Argument parsing ](../std_misc/arg/matching.html)
12. [ **20.8.** Foreign Function Interface ](../std_misc/ffi.html)
41. [ **21.... | |
rust_std_library_types_Traits/644776_118_0.txt | @Nemo157 filed it in #64856 .
---
All reactions
Sorry, something went wrong. | |
rust_std_library_types_Traits/39_64_0.txt | Member
### | |
rust_std_library_types_Traits/rust_Traits_9_2.txt | **16.3.** Operator Overloading ](../trait/ops.html)
4. [ **16.4.** Drop ](../trait/drop.html)
5. [ **16.5.** Iterators ](../trait/iter.html)
6. [ **16.6.** impl Trait ](../trait/impl_trait.html)
7. [ **16.7.** Clone ](../trait/clone.html)
8. [ **16.8.** Supertraits ](../trait/supertraits.html)
... | |
rust_std_library_types_Traits/644776_43_0.txt | ` Pin Travis to nightly-2019-09-10 ` …
` 2d610bf ` | |
rust_std_library_types_Traits/644776_14_0.txt | Resources
* Learning Pathways
* White papers, Ebooks, Webinars
* Customer Stories
* Partners | |
rust_std_library_types_Traits/644776_143_0.txt | ### Footer navigation
* Terms
* Privacy
* Security
* Status
* Docs
* Contact
* Manage cookies
* Do not share my personal information | |
rust_std_library_types_Traits/rust_Traits_3_3.txt | misc/process/wait.html)
9. [ **20.6.** Filesystem Operations ](../std_misc/fs.html)
10. [ **20.7.** Program arguments ](../std_misc/arg.html) â±
11. 1. [ **20.7.1.** Argument parsing ](../std_misc/arg/matching.html)
12. [ **20.8.** Foreign Function Interface ](../std_misc/ffi.html)
41. [ **21.... | |
rust_std_library_types_Traits/39_141_0.txt | runiq commented Sep 7, 2022
Wow, how did this fly under the radar? Amazing work, Jane! Thank you so much!
<3
---
❤️ 2 yaahc and Xandkeeper reacted with heart emoji | |
rust_std_library_types_Traits/644776_111_0.txt | jonhoo commented Sep 27, 2019
@Nemo157 did you ever end up filing a PR for that change? This keeps biting
me, and fixing it at the root would save a bunch of work. Do you see any
drawback with making your proposed change?
---
All reactions | |
rust_std_library_types_Traits/644776_119_0.txt | jonhoo added a commit to jonhoo/rust that referenced this issue Sep 27, 2019
` Scope format! temporaries ` … | |
rust_std_library_types_Traits/39_142_0.txt | All reactions
* ❤️ 2 reactions | |
rust_std_library_types_Traits/39_146_0.txt | TheButlah commented Oct 6, 2022 •
edited | |
rust_std_library_types_Traits/644776_86_0.txt | ` Auto merge of #64584 - nikomatsakis:issue-64477-generator-capture-typ… `
…
` 97e58c0 ` | |
rust_std_library_types_Traits/39_154_0.txt | liquidev mentioned this issue Oct 31, 2022
Support ` #![no_std] ` mica-lang/mica#93 | |
rust_std_library_types_Traits/39_107_0.txt | ###
yaahc commented Dec 9, 2021 • | |
rust_std_library_types_Traits/rust_std_library_types_8_3.txt | Channels ](../../std_misc/channels.html)
4. [ **20.3.** Path ](../../std_misc/path.html)
5. [ **20.4.** File I/O ](../../std_misc/file.html) â±
6. 1. [ **20.4.1.** open ](../../std_misc/file/open.html)
2. [ **20.4.2.** create ](../../std_misc/file/create.html)
3. [ **20.4.3.** read lines... | |
rust_std_library_types_Traits/39_66_0.txt |
mod core::panic {
// perma(?)-unstable
pub trait RawBacktraceImpl: fmt::Debug + fmt::Display + 'static {
unsafe fn drop_and_free(self: *mut Self);
}
#[stable]
pub struct Backtrace(*mut dyn RawBacktraceImpl);
impl Backtrace {
... | |
rust_std_library_types_Traits/39_158_0.txt | Closed
Copy link | |
rust_std_library_types_Traits/rust_std_library_types_2_2.txt | **16.3.** Operator Overloading ](../trait/ops.html)
4. [ **16.4.** Drop ](../trait/drop.html)
5. [ **16.5.** Iterators ](../trait/iter.html)
6. [ **16.6.** impl Trait ](../trait/impl_trait.html)
7. [ **16.7.** Clone ](../trait/clone.html)
8. [ **16.8.** Supertraits ](../trait/supertraits.html)
... | |
rust_std_library_types_Traits/644776_36_0.txt | # Spurious new Send requirement in async block #64477
dtolnay opened this issue Sep 15, 2019 · 18 comments | |
rust_std_library_types_Traits/39_101_0.txt | ###
yaahc commented Oct 27, 2021 • | |
rust_std_library_types_Traits/39_30_0.txt | * Code
* Issues 29
* Pull requests 0
* Actions
* Projects 1
* Security
* Insights
Additional navigation options | |
rust_std_library_types_Traits/644776_62_0.txt | nikomatsakis added AsyncAwait-Polish Async-await issues that are part of
the "polish" area and removed AsyncAwait-Unclear labels Sep 17, 2019
Copy link | |
rust_std_library_types_Traits/644776_129_0.txt | Closed
nikomatsakis mentioned this issue Oct 9, 2019 | |
rust_std_library_types_Traits/39_133_0.txt | Amazing work @yaahc , thank you very much for your effort!
---
❤️ 1 yaahc reacted with heart emoji
All reactions | |
rust_std_library_types_Traits/rust_std_library_types_9_3.txt | Channels ](../../std_misc/channels.html)
4. [ **20.3.** Path ](../../std_misc/path.html)
5. [ **20.4.** File I/O ](../../std_misc/file.html) â±
6. 1. [ **20.4.1.** open ](../../std_misc/file/open.html)
2. [ **20.4.2.** create ](../../std_misc/file/create.html)
3. [ **20.4.3.** read lines... | |
rust_std_library_types_Traits/644776_114_0.txt |
Currently semi-blocked on rust-lang/rust#64477.
Or rather, it would take a bunch of work to fix the last error in our
code. Instead, there's a small change to std that would also fix it, so
waiting on that:
rust-lang/rust#64477 (comment)
jonhoo mentioned this issue Sep 27, 201... | |
rust_std_library_types_Traits/39_47_0.txt | Member
### | |
rust_std_library_types_Traits/644776_65_0.txt | Sorry, something went wrong.
Copy link | |
rust_std_library_types_Traits/prefill-links-with-url-encoding1_14_0.txt | * Home
* Glossary | |
rust_std_library_types_Traits/rust_std_library_types_10_1.txt | ctions.html)
5. [ **9.2.5.** As output parameters ](../fn/closures/output_parameters.html)
6. [ **9.2.6.** Examples in std ](../fn/closures/closure_examples.html) â±
7. 1. [ **9.2.6.1.** Iterator::any ](../fn/closures/closure_examples/iter_any.html)
2. [ **9.2.6.2.** Searching throug... | |
rust_std_library_types_Traits/39_26_0.txt | Cancel Create saved search
Sign in | |
rust_std_library_types_Traits/39_90_0.txt | ` Auto merge of rust-lang#90104 - spastorino:coherence-for-negative-tra… `
…
` aa5740c ` | |
rust_std_library_types_Traits/644776_107_0.txt | A simpler change might be to introduce an extra block inside the ` format! `
expansion to reduce the temporaries lifetimes, since they're guaranteed unused
after the ` String ` is created ( playground ):
macro_rules! format {
($($arg:tt)*) => ({
let res = $crate::fmt::format($crate:... | |
rust_std_library_types_Traits/644776_37_0.txt | Labels
A-async-await Area: Async & Await AsyncAwait-Polish Async-await issues that
are part of the "polish" area T-compiler Relevant to the compiler team,
which will review and decide on the PR/issue. T-lang Relevant to the
language team, which will review and decide on the PR/issue. | |
rust_std_library_types_Traits/39_127_0.txt | Merged
Copy link | |
rust_std_library_types_Traits/39_116_0.txt | Closed
kevinmehall mentioned this issue Apr 16, 2022 | |
rust_std_library_types_Traits/39_121_0.txt | yaahc commented Jul 15, 2022 •
edited | |
rust_std_library_types_Traits/644776_42_0.txt |
All reactions
dtolnay added a commit to dtolnay/async-trait that referenced this issue Sep
15, 2019 | |
rust_std_library_types_Traits/prefill-links-with-url-encoding1_36_0.txt | ##### In this Article
##### Related Articles | |
rust_std_library_types_Traits/644776_60_0.txt | Sorry, something went wrong.
nikomatsakis mentioned this issue Sep 17, 2019 | |
rust_std_library_types_Traits/39_122_0.txt | Update There's been a lot of progress in the last few months. Since the last
update we've
* Merged the provider RFC: Add provide_any module to core rfcs#3192
* Implemented the provider API on nightly: Add the Provider api to core::any rust#91970
* Fixed an issue with path element stability so the Error tr... | |
rust_std_library_types_Traits/39_3_0.txt | Automate any workflow
* Packages | |
rust_std_library_types_Traits/39_86_0.txt | yaahc changed the title ~~Prototype` core::error::Error ` to prove that
stabilizing ` fn backtrace ` will not prevent a later move of the error trait
to core ~~ Move ` Error ` trait into core Oct 8, 2021
yaahc mentioned this issue Oct 19, 2021 | |
rust_std_library_types_Traits/prefill-links-with-url-encoding1_17_0.txt | * Form Name & Form Title
* Reorder Your Fields
* Progress Bar
* Field Layout, Matrix, Likert Scales, Grids, & Columns
* Field Label Positioning
* Resize Input Boxes & Labels
* Multi-Page Forms
* Page Navigation
* Add Whitespace and Line Breaks to a Form
... | |
rust_std_library_types_Traits/rust_std_library_types_3_0.txt | 1. [ Introduction ](index.html)
2. [ **1.** Hello World ](hello.html) â±
3. 1. [ **1.1.** Comments ](hello/comment.html)
2. [ **1.2.** Formatted print ](hello/print.html) â±
3. 1. [ **1.2.1.** Debug ](hello/print/print_debug.html)
2. [ **1.2.2.** Display ](hello/print/print_display.htm... | |
rust_std_library_types_Traits/39_84_0.txt | The last issue is the presence of downcast APIs associated with dyn Errors,
some of these APIs reference the ` Box ` type, which cannot be moved to core.
We currently believe that these methods can be moved to ` alloc ` via an `
impl Box<dyn Error> { ... } ` block, but this has not been tested yet. Once we
resolve the... | |
rust_std_library_types_Traits/rust_std_library_types_10_0.txt | 1. [ Introduction ](../index.html)
2. [ **1.** Hello World ](../hello.html) â±
3. 1. [ **1.1.** Comments ](../hello/comment.html)
2. [ **1.2.** Formatted print ](../hello/print.html) â±
3. 1. [ **1.2.1.** Debug ](../hello/print/print_debug.html)
2. [ **1.2.2.** Display ](../hello/print... | |
rust_std_library_types_Traits/prefill-links-with-url-encoding1_21_0.txt | * FormAssembly Workflow Builder
* FormAssembly Workflow Setup
* Workflow Step - Collect a Form Response
* Workflow Step - Conditional Ruleset
* Workflow Step - Go To Step
* Workflow Step - Add a Connector
* Workflow Step - Send an Email
* Workflow Step - Page Redire... | |
rust_std_library_types_Traits/rust_Traits_0_2.txt | mbiguating.html)
33. [ **17.** macro_rules! ](macros.html) â±
34. 1. [ **17.1.** Syntax ](macros/syntax.html) â±
2. 1. [ **17.1.1.** Designators ](macros/designators.html)
2. [ **17.1.2.** Overload ](macros/overload.html)
3. [ **17.1.3.** Repeat ](macros/repeat.html)
3. [ **17.2.**... | |
rust_std_library_types_Traits/39_60_0.txt | I'm still unconvinced that hooks are the best solution as opposed to defining
a Backtrace trait in core. Here is my analysis of the trade offs.
# Comparison | |
rust_std_library_types_Traits/rust_Traits_7_3.txt | misc/process/wait.html)
9. [ **20.6.** Filesystem Operations ](../std_misc/fs.html)
10. [ **20.7.** Program arguments ](../std_misc/arg.html) â±
11. 1. [ **20.7.1.** Argument parsing ](../std_misc/arg/matching.html)
12. [ **20.8.** Foreign Function Interface ](../std_misc/ffi.html)
41. [ **21.... | |
rust_std_library_types_Traits/644776_82_0.txt | Merged
Copy link | |
rust_std_library_types_Traits/39_87_0.txt | Provide implementations of ` From<&str> ` and ` From<String> ` for ` Report `
eyre-rs/eyre#60
Closed | |
rust_std_library_types_Traits/39_5_0.txt | Find and fix vulnerabilities
* Codespaces | |
rust_std_library_types_Traits/644776_22_0.txt | We read every piece of feedback, and take your input very seriously.
Include my email address so I can be contacted | |
rust_std_library_types_Traits/39_71_0.txt | lygstate mentioned this issue Feb 16, 2021
[Wip]Tentative add alloc::io module. rust-lang/rust#77922 | |
rust_std_library_types_Traits/39_39_0.txt | Copy link
Member | |
rust_std_library_types_Traits/39_80_0.txt | Without having negative traits affect coherence moving the error trait into `
core ` and moving that ` From ` impl to ` alloc ` will cause the from impl to
no longer compile because of a potential future incompatibility. The compiler
indicates that ` &str ` could introduce an ` Error ` impl in the future, and
thus pre... | |
rust_std_library_types_Traits/rust_Traits_9_0.txt | 1. [ Introduction ](../index.html)
2. [ **1.** Hello World ](../hello.html) â±
3. 1. [ **1.1.** Comments ](../hello/comment.html)
2. [ **1.2.** Formatted print ](../hello/print.html) â±
3. 1. [ **1.2.1.** Debug ](../hello/print/print_debug.html)
2. [ **1.2.2.** Display ](../hello/print... | |
rust_std_library_types_Traits/644776_133_0.txt | m-ou-se mentioned this issue Nov 6, 2020
Specialize format! for simple "{}" case #76531 | |
rust_std_library_types_Traits/39_6_0.txt | Instant dev environments
* Copilot | |
rust_std_library_types_Traits/prefill-links-with-url-encoding1_11_0.txt | * Reporting and Responses
* FormAssembly Accounts and Services | |
rust_std_library_types_Traits/39_114_0.txt | Add ` Provider ` API for context information on errors (and possibly other
things) hashintel/hash#133
Merged | |
rust_std_library_types_Traits/rust_std_library_types_1_2.txt | **16.3.** Operator Overloading ](../trait/ops.html)
4. [ **16.4.** Drop ](../trait/drop.html)
5. [ **16.5.** Iterators ](../trait/iter.html)
6. [ **16.6.** impl Trait ](../trait/impl_trait.html)
7. [ **16.7.** Clone ](../trait/clone.html)
8. [ **16.8.** Supertraits ](../trait/supertraits.html)
... | |
rust_std_library_types_Traits/39_132_0.txt | ###
TimDiekmann commented Sep 7, 2022 | |
rust_std_library_types_Traits/rust_Traits_2_2.txt | **16.3.** Operator Overloading ](../trait/ops.html)
4. [ **16.4.** Drop ](../trait/drop.html)
5. [ **16.5.** Iterators ](../trait/iter.html)
6. [ **16.6.** impl Trait ](../trait/impl_trait.html)
7. [ **16.7.** Clone ](../trait/clone.html)
8. [ **16.8.** Supertraits ](../trait/supertraits.html)
... | |
rust_std_library_types_Traits/39_11_0.txt | * All features
* Documentation
* GitHub Skills
* Blog
* Solutions | |
rust_std_library_types_Traits/prefill-links-with-url-encoding1_45_0.txt | becomes
&tfa_MailingStreet={!URLENCODE(Contact.MailingStreet)} | |
rust_std_library_types_Traits/39_125_0.txt | * 🎉 23 reactions
* ❤️ 8 reactions
* 🚀 4 reactions
* 👀 4 reactions
Sorry, something went wrong. | |
rust_std_library_types_Traits/prefill-links-with-url-encoding1_48_0.txt |
http://your_form.tfaforms.net/133?tfa_xxx=@URLENCODE(%%tfa_yyy%%)
Finally, for more advanced users, if you have a need to convert special
characters into URL encoded values within your form, you can use this custom
JavaScript . Please note that we are unable to support custom code, and this
is somethin... | |
rust_std_library_types_Traits/prefill-links-with-url-encoding1_32_0.txt | * Upgrading Your FormAssembly Plan
* I've upgraded to Enterprise. What's next?
* New FormAssembly Administrator
* FormAssembly Licensing and Plans Update FAQ
* User Management
* User Management and Licensing
* Legacy User Administration
* User Groups
* Form Moderatio... | |
rust_std_library_types_Traits/rust_Traits_4_2.txt | **16.3.** Operator Overloading ](../trait/ops.html)
4. [ **16.4.** Drop ](../trait/drop.html)
5. [ **16.5.** Iterators ](../trait/iter.html)
6. [ **16.6.** impl Trait ](../trait/impl_trait.html)
7. [ **16.7.** Clone ](../trait/clone.html)
8. [ **16.8.** Supertraits ](../trait/supertraits.html)
... | |
rust_std_library_types_Traits/rust_std_library_types_4_1.txt | ctions.html)
5. [ **9.2.5.** As output parameters ](../fn/closures/output_parameters.html)
6. [ **9.2.6.** Examples in std ](../fn/closures/closure_examples.html) â±
7. 1. [ **9.2.6.1.** Iterator::any ](../fn/closures/closure_examples/iter_any.html)
2. [ **9.2.6.2.** Searching throug... | |
rust_std_library_types_Traits/644776_128_0.txt | jonhoo mentioned this issue Oct 1, 2019
Cannot await in scope that contains call to format! #64960 | |
rust_std_library_types_Traits/prefill-links-with-url-encoding1_47_0.txt |
http://your_form.tfaforms.net/133?tfa_xxx=@URLENCODE("Mike Smith")
Or you can use it with a field alias: | |
rust_std_library_types_Traits/644776_127_0.txt | ` 5ce5a0a `
`foo(format!(...)).await` no longer compiles. There's a fix in
rust-lang/rust#64856, but this works around the problem. | |
rust_std_library_types_Traits/39_171_0.txt | * Terms
* Privacy
* Security
* Status
* Docs
* Contact
* Manage cookies
* Do not share my personal information
You can’t perform that action at this time. | |
rust_std_library_types_Traits/39_69_0.txt | Closed
KodrAus mentioned this issue Oct 12, 2020 | |
rust_std_library_types_Traits/rust_Traits_8_2.txt | **16.3.** Operator Overloading ](../trait/ops.html)
4. [ **16.4.** Drop ](../trait/drop.html)
5. [ **16.5.** Iterators ](../trait/iter.html)
6. [ **16.6.** impl Trait ](../trait/impl_trait.html)
7. [ **16.7.** Clone ](../trait/clone.html)
8. [ **16.8.** Supertraits ](../trait/supertraits.html)
... | |
rust_std_library_types_Traits/rust_std_library_types_9_2.txt | pe/lifetime/lifetime_coercion.html)
8. [ **15.4.8.** Static ](../../scope/lifetime/static_lifetime.html)
9. [ **15.4.9.** Elision ](../../scope/lifetime/elision.html)
31. [ **16.** Traits ](../../trait.html) â±
32. 1. [ **16.1.** Derive ](../../trait/derive.html)
2. [ **16.2.** Returning Trait... | |
rust_std_library_types_Traits/rust_std_library_types_5_1.txt | ctions.html)
5. [ **9.2.5.** As output parameters ](../fn/closures/output_parameters.html)
6. [ **9.2.6.** Examples in std ](../fn/closures/closure_examples.html) â±
7. 1. [ **9.2.6.1.** Iterator::any ](../fn/closures/closure_examples/iter_any.html)
2. [ **9.2.6.2.** Searching throug... | |
rust_std_library_types_Traits/rust_std_library_types_4_2.txt | **16.3.** Operator Overloading ](../trait/ops.html)
4. [ **16.4.** Drop ](../trait/drop.html)
5. [ **16.5.** Iterators ](../trait/iter.html)
6. [ **16.6.** impl Trait ](../trait/impl_trait.html)
7. [ **16.7.** Clone ](../trait/clone.html)
8. [ **16.8.** Supertraits ](../trait/supertraits.html)
... | |
rust_std_library_types_Traits/39_29_0.txt | generated from rust-lang/project-group-template
* Notifications
* Fork 18
* Star 264 | |
rust_std_library_types_Traits/rust_std_library_types_5_2.txt | **16.3.** Operator Overloading ](../trait/ops.html)
4. [ **16.4.** Drop ](../trait/drop.html)
5. [ **16.5.** Iterators ](../trait/iter.html)
6. [ **16.6.** impl Trait ](../trait/impl_trait.html)
7. [ **16.7.** Clone ](../trait/clone.html)
8. [ **16.8.** Supertraits ](../trait/supertraits.html)
... | |
rust_std_library_types_Traits/39_144_0.txt | add #![no_std] support dtolnay/thiserror#196
Closed | |
rust_std_library_types_Traits/39_10_0.txt | Collaborate outside of code
Explore | |
rust_std_library_types_Traits/prefill-links-with-url-encoding1_26_0.txt | * Which Payment Connector Should I Use?
* Authorize.net Connector
* Chargent Connector
* Using Chargent with the Orders Package
* CyberSource Connector
* FreshBooks Connector
* PayPal Connector Setup
* PayPal Connector Troubleshooting
* Stripe Connector
... | |
rust_std_library_types_Traits/644776_73_0.txt | ###
nikomatsakis commented Sep 17, 2019 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.