Skip to content

Commit

Permalink
Introduce compilation error to generated Rust/Python crate
Browse files Browse the repository at this point in the history
  • Loading branch information
unexge committed Mar 2, 2023
1 parent 84d7783 commit c66eb74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ class PythonApplicationGenerator(
rustTemplate(
"""
let mut service = #{tower}::util::BoxCloneService::new(builder.build().expect("one or more operations do not have a registered handler; this is a bug in the Python code generator, please file a bug report under https://github.com/awslabs/smithy-rs/issues"));
💥
{
use #{tower}::Layer;
#{tracing}::trace!("adding middlewares to rust python router");
Expand Down

0 comments on commit c66eb74

Please sign in to comment.